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 /applets | |
parent | 9344f7575e5ebba3a0af479b30e7e304224fa345 (diff) | |
download | busybox-w32-cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b.tar.gz busybox-w32-cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b.tar.bz2 busybox-w32-cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b.zip |
Correct ar options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index da09c72c6..9d1db5950 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -12,7 +12,7 @@ | |||
12 | "\t-p timeconstant\n" | 12 | "\t-p timeconstant\n" |
13 | 13 | ||
14 | #define ar_trivial_usage \ | 14 | #define ar_trivial_usage \ |
15 | "-[ovR]{ptx} ARCHIVE FILES" | 15 | "-[ov] [ptx] ARCHIVE FILES" |
16 | #define ar_full_usage \ | 16 | #define ar_full_usage \ |
17 | "Extract or list FILES from an ar archive.\n\n" \ | 17 | "Extract or list FILES from an ar archive.\n\n" \ |
18 | "Options:\n" \ | 18 | "Options:\n" \ |
@@ -20,8 +20,7 @@ | |||
20 | "\t-p\t\textract to stdout\n" \ | 20 | "\t-p\t\textract to stdout\n" \ |
21 | "\t-t\t\tlist\n" \ | 21 | "\t-t\t\tlist\n" \ |
22 | "\t-x\t\textract\n" \ | 22 | "\t-x\t\textract\n" \ |
23 | "\t-v\t\tverbosely list files processed\n" \ | 23 | "\t-v\t\tverbosely list files processed\n" |
24 | "\t-R\t\trecursive action" | ||
25 | 24 | ||
26 | #define basename_trivial_usage \ | 25 | #define basename_trivial_usage \ |
27 | "FILE [SUFFIX]" | 26 | "FILE [SUFFIX]" |