You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/07/30 17:07:19 UTC

svn commit: r681077 - /commons/proper/cli/trunk/xdocs/usage.xml

Author: ebourg
Date: Wed Jul 30 08:07:18 2008
New Revision: 681077

URL: http://svn.apache.org/viewvc?rev=681077&view=rev
Log:
Minor improvement to the ls example

Modified:
    commons/proper/cli/trunk/xdocs/usage.xml

Modified: commons/proper/cli/trunk/xdocs/usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/usage.xml?rev=681077&r1=681076&r2=681077&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/usage.xml (original)
+++ commons/proper/cli/trunk/xdocs/usage.xml Wed Jul 30 08:07:18 2008
@@ -345,8 +345,8 @@
                                          + "characters" );
 options.addOption( OptionBuilder.withLongOpt( "block-size" )
                                 .withDescription( "use SIZE-byte blocks" )
-                                .withValueSeparator( '=' )
                                 .hasArg()
+                                .withArgName("SIZE")
                                 .create() );
 options.addOption( "B", "ignore-backups", false, "do not list implied entried "
                                                  + "ending with ~");