chmod: typo in comments
This commit is contained in:
parent
94cf69fe3e
commit
8c0c119130
@ -87,7 +87,7 @@ int chmod_main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Paerse options */
|
/* Parse options */
|
||||||
opt_complementary = "-2";
|
opt_complementary = "-2";
|
||||||
getopt32(argc, argv, ("-"OPT_STR) + 1); /* Reuse string */
|
getopt32(argc, argv, ("-"OPT_STR) + 1); /* Reuse string */
|
||||||
argv += optind;
|
argv += optind;
|
||||||
@ -100,7 +100,7 @@ int chmod_main(int argc, char **argv)
|
|||||||
do {
|
do {
|
||||||
if (!recursive_action(*argv,
|
if (!recursive_action(*argv,
|
||||||
OPT_RECURSE, // recurse
|
OPT_RECURSE, // recurse
|
||||||
FALSE, // follow links: GNU doesn't
|
FALSE, // follow links: coreutils doesn't
|
||||||
FALSE, // depth first
|
FALSE, // depth first
|
||||||
fileAction, // file action
|
fileAction, // file action
|
||||||
fileAction, // dir action
|
fileAction, // dir action
|
||||||
|
Loading…
Reference in New Issue
Block a user