diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-03 05:15:04 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-03 05:15:04 +0000 |
commit | cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b (patch) | |
tree | 022dee4c13cd0746449b78f44e7387b2f187d60d /usage.h | |
parent | 9344f7575e5ebba3a0af479b30e7e304224fa345 (diff) |
Correct ar options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,7 +12,7 @@ "\t-p timeconstant\n" #define ar_trivial_usage \ - "-[ovR]{ptx} ARCHIVE FILES" + "-[ov] [ptx] ARCHIVE FILES" #define ar_full_usage \ "Extract or list FILES from an ar archive.\n\n" \ "Options:\n" \ @@ -20,8 +20,7 @@ "\t-p\t\textract to stdout\n" \ "\t-t\t\tlist\n" \ "\t-x\t\textract\n" \ - "\t-v\t\tverbosely list files processed\n" \ - "\t-R\t\trecursive action" + "\t-v\t\tverbosely list files processed\n" #define basename_trivial_usage \ "FILE [SUFFIX]" |