diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index cc2264770..ba37762a8 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -27,7 +27,7 @@ int rm_main(int argc, char **argv) unsigned opt; opt_complementary = "f-i:i-f"; - opt = getopt32(argc, argv, "fiRr"); + opt = getopt32(argv, "fiRr"); argv += optind; if (opt & 1) flags |= FILEUTILS_FORCE; |