ash/hush: shrink help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Mar 2011 09:24:17 +0000 (10:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Mar 2011 09:24:17 +0000 (10:24 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
shell/hush.c

index dc50bc1026ebd41e6457357a1842b7dbc24f7656..0baf7c8e594b67f538c45f75a4d69d4107a90533 100644 (file)
@@ -12944,7 +12944,7 @@ init(void)
 
 
 //usage:#define ash_trivial_usage
-//usage:       "[-/+OPTCHARS] [-/+o OPTNAME]... [-c 'SCRIPT' [ARG0 [ARGS]] / SCRIPT_FILE [ARGS]]"
+//usage:       "[-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]"
 //usage:#define ash_full_usage "\n\n"
 //usage:       "Unix shell interpreter"
 
index 6b3dc46d4c379dd1a26df82f97607f586e8ab1c0..64d5e8587dd0174b6d6100b9a444f472d1a2f149 100644 (file)
  * therefore we don't show them either.
  */
 //usage:#define hush_trivial_usage
-//usage:       "[-nx] [-c 'SCRIPT' [ARG0 [ARGS]] / SCRIPT_FILE [ARGS]]"
+//usage:       "[-nx] [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]"
 //usage:#define hush_full_usage "\n\n"
 //usage:       "Unix shell interpreter"