diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index c1b89e4..315401e 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c @@ -24,7 +24,7 @@ int rmdir_main(int argc, char **argv) int do_dot; char *path; - flags = getopt32(argc, argv, "p"); + flags = getopt32(argv, "p"); argv += optind; if (!*argv) { |