hush: fix comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_33_stable
Denys Vlasenko 2020-12-23 02:22:08 +01:00
parent 6297d66eda
commit 0ab2dd4f28
1 changed files with 1 additions and 1 deletions

View File

@ -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;