diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-27 22:18:33 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-28 01:10:41 +0200 |
commit | 0b9193e69fccdd4c9decb6a94400607d7484e6de (patch) | |
tree | de62cf94771897d7db3392777fc6759416ae6635 /org.eclipse.jgit.pgm/resources/org | |
parent | d947e849806891f315bbc869494527906a9ec58f (diff) | |
download | jgit-0b9193e69fccdd4c9decb6a94400607d7484e6de.tar.gz jgit-0b9193e69fccdd4c9decb6a94400607d7484e6de.zip |
[pgm] Fix default meta variable defined in StopOptionHandler
Change-Id: I703718e2476d40d34b11083414ac0ed5e34bf90a
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 2 |
1 files changed, 1 insertions, 1 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 38deab99a0..97450033ee 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 @@ -8,7 +8,7 @@ VAL=VAL # default meta variable defined in the org.kohsuke.args4j.spi.ExplicitBooleanOptionHandler VALUE=VAL # default meta variable defined in the org.kohsuke.args4j.spi.StopOptionHandler -ARGUMENTS=ARGUMENTS +ARGS=ARGS # default meta variable defined in the org.kohsuke.args4j.spi.OneArgumentOptionHandler N=N |