hush: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6297d66eda
commit
0ab2dd4f28
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user