diff options
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 52cc40d97..8b214991a 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c @@ -93,7 +93,7 @@ int chmod_main(int argc, char **argv) /* Parse options */ opt_complementary = "-2"; - getopt32(argc, argv, ("-"OPT_STR) + 1); /* Reuse string */ + getopt32(argv, ("-"OPT_STR) + 1); /* Reuse string */ argv += optind; /* Restore option-like mode if needed */ |