hush: fix comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2020-12-23 02:22:08 +01:00
parent 6297d66eda
commit 0ab2dd4f28

View File

@ -10155,7 +10155,7 @@ int hush_main(int argc, char **argv)
break; break;
switch (opt) { switch (opt) {
case 'c': 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. * "hush -c -l SCRIPT" is valid. "hush -cSCRIPT" is not.
*/ */
G.opt_c = 1; G.opt_c = 1;