Skip to content

Commit 34d2ee9

Browse files
committed
Minor improvement to the ls example
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@681077 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3a5905c commit 34d2ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xdocs/usage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ options.addOption( "b", "escape", false, "print octal escapes for nongraphic "
345345
+ "characters" );
346346
options.addOption( OptionBuilder.withLongOpt( "block-size" )
347347
.withDescription( "use SIZE-byte blocks" )
348-
.withValueSeparator( '=' )
349348
.hasArg()
349+
.withArgName("SIZE")
350350
.create() );
351351
options.addOption( "B", "ignore-backups", false, "do not list implied entried "
352352
+ "ending with ~");

0 commit comments

Comments
 (0)