[Japi-cvs] SF.net SVN: japi: [263] libs/argparser/trunk/src/doc/examples
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-12-15 21:05:21
|
Revision: 263 http://svn.sourceforge.net/japi/?rev=263&view=rev Author: christianhujer Date: 2006-12-15 13:05:19 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Removed redundant properties. Modified Paths: -------------- libs/argparser/trunk/src/doc/examples/head.properties libs/argparser/trunk/src/doc/examples/head_de.properties Modified: libs/argparser/trunk/src/doc/examples/head.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/head.properties 2006-12-15 21:02:56 UTC (rev 262) +++ libs/argparser/trunk/src/doc/examples/head.properties 2006-12-15 21:05:19 UTC (rev 263) @@ -1,9 +1,6 @@ net.sf.japi.io.args.OptionType.REQUIRED=required net.sf.japi.io.args.OptionType.OPTIONAL=optional net.sf.japi.io.args.OptionType.TERMINAL=terminal -help=Display this help and exit. -setExiting=Quit Java VM with error code. -setNotExiting=Don't quit Java VM (default). setBytes=Print the first N bytes of each file. setLines=Print the first N lines of each file (default: 10). setQuiet=Never print headers giving file names. Modified: libs/argparser/trunk/src/doc/examples/head_de.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/head_de.properties 2006-12-15 21:02:56 UTC (rev 262) +++ libs/argparser/trunk/src/doc/examples/head_de.properties 2006-12-15 21:05:19 UTC (rev 263) @@ -1,9 +1,6 @@ net.sf.japi.io.args.OptionType.REQUIRED=erforderlich net.sf.japi.io.args.OptionType.OPTIONAL=optional net.sf.japi.io.args.OptionType.TERMINAL=abbrechend -help=Diese Hilfe anzeigen und beenden. -setExiting=Java VM mit Fehlercode beenden -setNotExiting=Java VM nicht beenden (Voreinstellung). setBytes=Die ersten N Bytes jeder Datei ausgeben. setLines=Die ersten N Zeilen jeder Datei ausgeben (Voreinstellung: 10). setQuiet=Niemals Dateinamen vorab ausgeben. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |