diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2000-09-09 14:57:15 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2000-09-09 14:57:15 +0000 |
commit | 1c6917d2c482e8fca6d39acb3901a63de5af0674 (patch) | |
tree | ccf2cec39a161444057fbde4e41941c8368e4244 | |
parent | e2b345a6d8269048e2a310de70234b28745c42c1 (diff) | |
download | busybox-w32-1c6917d2c482e8fca6d39acb3901a63de5af0674.tar.gz busybox-w32-1c6917d2c482e8fca6d39acb3901a63de5af0674.tar.bz2 busybox-w32-1c6917d2c482e8fca6d39acb3901a63de5af0674.zip |
Updated to match new -R ar functionality
-rw-r--r-- | applets/usage.c | 3 | ||||
-rw-r--r-- | usage.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/applets/usage.c b/applets/usage.c index b01c11ef2..75f2d77de 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #if defined BB_AR | 3 | #if defined BB_AR |
4 | const char ar_usage[] = | 4 | const char ar_usage[] = |
5 | "ar -ovtpv archive filenames \n" | 5 | "ar -[ovR]{ptx} archive filenames \n" |
6 | #ifndef BB_FEATURE_TRIVIAL_HELP | 6 | #ifndef BB_FEATURE_TRIVIAL_HELP |
7 | "\nExtract or list files from an ar archive.\n\n" | 7 | "\nExtract or list files from an ar archive.\n\n" |
8 | "Options:\n" | 8 | "Options:\n" |
@@ -11,6 +11,7 @@ const char ar_usage[] = | |||
11 | "\t-t\t\tlist\n" | 11 | "\t-t\t\tlist\n" |
12 | "\t-x\t\textract\n" | 12 | "\t-x\t\textract\n" |
13 | "\t-v\t\tverbosely list files processed\n" | 13 | "\t-v\t\tverbosely list files processed\n" |
14 | "\t-R\t\trecursive action\n" | ||
14 | #endif | 15 | #endif |
15 | ; | 16 | ; |
16 | #endif | 17 | #endif |
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #if defined BB_AR | 3 | #if defined BB_AR |
4 | const char ar_usage[] = | 4 | const char ar_usage[] = |
5 | "ar -ovtpv archive filenames \n" | 5 | "ar -[ovR]{ptx} archive filenames \n" |
6 | #ifndef BB_FEATURE_TRIVIAL_HELP | 6 | #ifndef BB_FEATURE_TRIVIAL_HELP |
7 | "\nExtract or list files from an ar archive.\n\n" | 7 | "\nExtract or list files from an ar archive.\n\n" |
8 | "Options:\n" | 8 | "Options:\n" |
@@ -11,6 +11,7 @@ const char ar_usage[] = | |||
11 | "\t-t\t\tlist\n" | 11 | "\t-t\t\tlist\n" |
12 | "\t-x\t\textract\n" | 12 | "\t-x\t\textract\n" |
13 | "\t-v\t\tverbosely list files processed\n" | 13 | "\t-v\t\tverbosely list files processed\n" |
14 | "\t-R\t\trecursive action\n" | ||
14 | #endif | 15 | #endif |
15 | ; | 16 | ; |
16 | #endif | 17 | #endif |