From 437bf72785cdd8c9d689c241a94c79f1f71a2354 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 9 Sep 2000 13:38:26 +0000 Subject: Changed getopt so that options can be grouped together, the source archive is now assumed to be the first non parameter. This is how GNU ar behaves. --- applets/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') 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" -- cgit v1.1