[git commit] hush: fix comment
Denys Vlasenko
vda.linux at googlemail.com
Wed Dec 23 01:22:08 UTC 2020
commit: https://git.busybox.net/busybox/commit/?id=0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
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;
More information about the busybox-cvs
mailing list