summaryrefslogtreecommitdiff
path: root/resource/gnu/classpath/tools/getopt/Messages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'resource/gnu/classpath/tools/getopt/Messages.properties')
-rw-r--r--resource/gnu/classpath/tools/getopt/Messages.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/resource/gnu/classpath/tools/getopt/Messages.properties b/resource/gnu/classpath/tools/getopt/Messages.properties
index 42827e6e3..a747ab4b4 100644
--- a/resource/gnu/classpath/tools/getopt/Messages.properties
+++ b/resource/gnu/classpath/tools/getopt/Messages.properties
@@ -38,12 +38,9 @@
Parser.StdOptions=Standard options
Parser.PrintHelp=print this help, then exit
Parser.PrintVersion=print version number, then exit
-Parser.JArgument=pass argument to the Java runtime
-Parser.JName=OPTION
Parser.ArgReqd=option ''{0}'' requires an argument
Parser.Unrecognized=unrecognized option ''{0}''
Parser.NoArg=option ''{0}'' doesn''t allow an argument
Parser.UnrecDash=unrecognized option ''-{0}''
Parser.TryHelpShort=Try ''{0} -help'' for more information
Parser.TryHelpLong=Try ''{0} --help'' for more information
-ClasspathToolParser.VersionFormat={0} (GNU Classpath) {1}\n\nCopyright 2006 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.