ash/hush: shrink help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
115c35d68e
commit
6b6af53426
@ -12944,7 +12944,7 @@ init(void)
|
|||||||
|
|
||||||
|
|
||||||
//usage:#define ash_trivial_usage
|
//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:#define ash_full_usage "\n\n"
|
||||||
//usage: "Unix shell interpreter"
|
//usage: "Unix shell interpreter"
|
||||||
|
|
||||||
|
@ -255,7 +255,7 @@
|
|||||||
* therefore we don't show them either.
|
* therefore we don't show them either.
|
||||||
*/
|
*/
|
||||||
//usage:#define hush_trivial_usage
|
//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:#define hush_full_usage "\n\n"
|
||||||
//usage: "Unix shell interpreter"
|
//usage: "Unix shell interpreter"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user