From 0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 23 Dec 2020 02:22:08 +0100 Subject: hush: fix comment Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3