aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 02:22:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 02:22:08 +0100
commit0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9 (patch)
treec794c7e84664f715b315973e6eb731abc123ec54
parent6297d66eda43ca8439cb55a198b512346ce9459c (diff)
downloadbusybox-0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9.tar.gz
hush: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/hush.c2
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;