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) | |||
48 | applet_long_options = mv_longopts; | 48 | applet_long_options = mv_longopts; |
49 | #endif | 49 | #endif |
50 | opt_complementary = "f-i:i-f"; | 50 | opt_complementary = "f-i:i-f"; |
51 | flags = getopt32(argc, argv, "fi"); | 51 | flags = getopt32(argv, "fi"); |
52 | if (optind + 2 > argc) { | 52 | if (optind + 2 > argc) { |
53 | bb_show_usage(); | 53 | bb_show_usage(); |
54 | } | 54 | } |