Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" 
for change notification.

The following page has been changed by KenTanaka:
http://wiki.apache.org/jakarta-commons/CLI

The comment on the change is:
Noticed a the Ant find option example was incorrect in the Usage Scenarios

------------------------------------------------------------------------------
  {{{                                .withDescription(  "use given file for 
log" )}}}[[BR]]
  {{{                                .create( "}}}'''logfile'''{{{" );}}}
  
+ Similarly for the '''find''' option:
+ 
+ {{{Option find      = OptionBuilder.withArgName( "file" )}}}[[BR]]
+ {{{                                .hasArg()}}}[[BR]]
+ {{{                                .withDescription(  "use given file for 
log" )}}}[[BR]]
+ {{{                                .create( "}}}'''find'''{{{" );}}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to