diff options
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r-- | coreutils/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index eb8d8c450..cfd373456 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c | |||
@@ -69,7 +69,7 @@ int chown_main(int argc, char **argv) | |||
69 | chown_fptr chown_func; | 69 | chown_fptr chown_func; |
70 | 70 | ||
71 | opt_complementary = "-2"; | 71 | opt_complementary = "-2"; |
72 | getopt32(argc, argv, OPT_STR); | 72 | getopt32(argv, OPT_STR); |
73 | argv += optind; | 73 | argv += optind; |
74 | 74 | ||
75 | /* This matches coreutils behavior (almost - see below) */ | 75 | /* This matches coreutils behavior (almost - see below) */ |