ash/hush: shrink help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-03-08 10:24:17 +01:00
parent 115c35d68e
commit 6b6af53426
2 changed files with 2 additions and 2 deletions

View 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"

View File

@ -255,7 +255,7 @@
* 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"