Opened 15 years ago
Closed 15 years ago
#5832 closed bug (fixed)
[catattr] Use getopt[_long]() for command line args parsing (easy)
Reported by: | bonefish | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
catattr's command line args parsing code is naive and not quite correct. E.g. catattr -r -P
does nothing, catattr -P -r attr file
doesn't work.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | catattr.diff added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied with changes by myself in hrev36739.