Issue Details (XML | Word | Printable)

Key: CLI-44
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Liu yehui
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons CLI

[cli] Document enhancement

Created: 03/Jun/05 01:36 AM   Updated: 15/Mar/07 04:49 PM
Return to search
Component/s: CLI-1.x
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: Other

Bugzilla Id: 35191


 Description  « Hide
On Usage Scenarios page http://jakarta.apache.org/commons/cli/usage.html

in the "Argument Options" of the ant section,

Option logfile = OptionBuilder.withArgName( "file" )
.......
.create( "file" ); should be .create("logfile")

Option find = OptionBuilder.withArgName( "file" )
.......
.create( "file" ); should be .create("find")



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Rob Oxspring added a comment - 04/Jun/05 10:12 AM
Thanks, applied in svn

Rob