aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/mv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index fd2422683..cf6169a1e 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -71,9 +71,9 @@ int mv_main(int argc, char **argv)
71 "no-target-directory\0" No_argument "T" 71 "no-target-directory\0" No_argument "T"
72 "target-directory\0" Required_argument "t" 72 "target-directory\0" Required_argument "t"
73 IF_FEATURE_VERBOSE( 73 IF_FEATURE_VERBOSE(
74 "verbose\0" No_argument "v", 74 "verbose\0" No_argument "v"
75 &last
76 ) 75 )
76 , &last
77 ); 77 );
78 argc -= optind; 78 argc -= optind;
79 argv += optind; 79 argv += optind;