diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-06-28 11:25:53 +0200 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2014-06-29 15:55:53 +1000 |
commit | 844739baa1d1349b3fae1444bd094f9574901d15 (patch) | |
tree | 59120fafb634663a62cecf49c94fbf16703392b7 /org.eclipse.jgit.pgm/resources | |
parent | 5054f36d4b5b437860af0d1f6cff5defdd323d32 (diff) | |
download | jgit-844739baa1d1349b3fae1444bd094f9574901d15.tar.gz jgit-844739baa1d1349b3fae1444bd094f9574901d15.zip |
Add a comment to the message properties files on how they are processed
Change-Id: I073f0c2c0729e6a5d3f1834203f0cfeb4c462eda
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index 7691e50f8b..d0bfe85114 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -1,3 +1,8 @@ +# +# These text are in general processed using java.text.MessageFormat. +# exceptions are the usage_* and meta_-messages which are processed through +# annotations in Args4j. +# # default meta variable defined in the org.kohsuke.args4j.spi.StringOptionHandler VAL=VAL # default meta variable defined in the org.kohsuke.args4j.spi.StopOptionHandler |