diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index 4cd0fcfba..553bb6ecb 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c @@ -48,7 +48,7 @@ int mv_main(int argc, char **argv) applet_long_options = mv_longopts; #endif opt_complementary = "f-i:i-f"; - flags = getopt32(argc, argv, "fi"); + flags = getopt32(argv, "fi"); if (optind + 2 > argc) { bb_show_usage(); } |