diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-23 02:22:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-23 02:22:08 +0100 |
commit | 0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9 (patch) | |
tree | c794c7e84664f715b315973e6eb731abc123ec54 /shell | |
parent | 6297d66eda43ca8439cb55a198b512346ce9459c (diff) |
hush: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index f0f0da746..dec5d544b 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -10155,7 +10155,7 @@ int hush_main(int argc, char **argv) break; switch (opt) { case 'c': - /* Note: -c is not a param with option! + /* Note: -c is not an option with param! * "hush -c -l SCRIPT" is valid. "hush -cSCRIPT" is not. */ G.opt_c = 1; |