From 1c6917d2c482e8fca6d39acb3901a63de5af0674 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 9 Sep 2000 14:57:15 +0000 Subject: Updated to match new -R ar functionality --- applets/usage.c | 3 ++- 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 @@ #if defined BB_AR const char ar_usage[] = - "ar -ovtpv archive filenames \n" + "ar -[ovR]{ptx} archive filenames \n" #ifndef BB_FEATURE_TRIVIAL_HELP "\nExtract or list files from an ar archive.\n\n" "Options:\n" @@ -11,6 +11,7 @@ const char ar_usage[] = "\t-t\t\tlist\n" "\t-x\t\textract\n" "\t-v\t\tverbosely list files processed\n" + "\t-R\t\trecursive action\n" #endif ; #endif diff --git a/usage.c b/usage.c index b01c11ef2..75f2d77de 100644 --- a/usage.c +++ b/usage.c @@ -2,7 +2,7 @@ #if defined BB_AR const char ar_usage[] = - "ar -ovtpv archive filenames \n" + "ar -[ovR]{ptx} archive filenames \n" #ifndef BB_FEATURE_TRIVIAL_HELP "\nExtract or list files from an ar archive.\n\n" "Options:\n" @@ -11,6 +11,7 @@ const char ar_usage[] = "\t-t\t\tlist\n" "\t-x\t\textract\n" "\t-v\t\tverbosely list files processed\n" + "\t-R\t\trecursive action\n" #endif ; #endif -- cgit v1.2.3