summaryrefslogtreecommitdiff
path: root/coreutils/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r--coreutils/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c
index c1b89e427..315401e0e 100644
--- a/coreutils/rmdir.c
+++ b/coreutils/rmdir.c
@@ -24,7 +24,7 @@ int rmdir_main(int argc, char **argv)
24 int do_dot; 24 int do_dot;
25 char *path; 25 char *path;
26 26
27 flags = getopt32(argc, argv, "p"); 27 flags = getopt32(argv, "p");
28 argv += optind; 28 argv += optind;
29 29
30 if (!*argv) { 30 if (!*argv) {