aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-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;