Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Noticed a the Ant find option example was incorrect in the Usage Scenarios

...

No Format
                                .create( "

logfile" );

Similarly for the find option:

Option find = OptionBuilder.withArgName( "file" )BR

No Format
                                .hasArg()

BR

No Format
                                .withDescription(  "use given file for log" )

BR

No Format
                                .create( "

find" );