Opened 12 years ago
Closed 12 years ago
#760 closed task (fixed)
maptool: Clean up command line options
Reported by: | sleske | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | tools | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
This is a patch that cleans up the command line option processing of maptool.
Fixes:
- Option -R activated (was implemented, but inaccessible because it was not specified in getopt call)
- same order for long and short options; mark missing long options
- usage output corrected, missing options added
Attachments (1)
Change History (3)
Changed 12 years ago by sleske
comment:1 Changed 12 years ago by sleske
Any chances of this getting committed? If activating option -R is problematic, I can take this out.
comment:2 Changed 12 years ago by akashihi
- Resolution set to fixed
- Status changed from new to closed
Applied in r4594, but -R option is still disabled, due to bugs.
Note: See
TracTickets for help on using
tickets.
Diff updated against r4077