diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 1982a24b7..827643808 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -14455,7 +14455,7 @@ init(void) | |||
14455 | 14455 | ||
14456 | 14456 | ||
14457 | //usage:#define ash_trivial_usage | 14457 | //usage:#define ash_trivial_usage |
14458 | //usage: "[-il] [-|+Cabefmnuvx] [-|+o OPT]... [-c 'SCRIPT' [ARG0 ARGS] | FILE [ARGS] | -s [ARGS]]" | 14458 | //usage: "[-il] [-|+Cabefmnuvx] [-|+o OPT]... [-c 'SCRIPT' [ARG0 ARGS] | FILE ARGS | -s ARGS]" |
14459 | //////// comes from ^^^^^^^^^^optletters | 14459 | //////// comes from ^^^^^^^^^^optletters |
14460 | //usage:#define ash_full_usage "\n\n" | 14460 | //usage:#define ash_full_usage "\n\n" |
14461 | //usage: "Unix shell interpreter" | 14461 | //usage: "Unix shell interpreter" |