diff options
Diffstat (limited to 'applets/usage.c')
-rw-r--r-- | applets/usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c index b23f271..b01c11e 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -2,7 +2,7 @@ #if defined BB_AR const char ar_usage[] = - "ar [[-ov] -tpv archive] filenames \n" + "ar -ovtpv archive filenames \n" #ifndef BB_FEATURE_TRIVIAL_HELP "\nExtract or list files from an ar archive.\n\n" "Options:\n" |