mv: fix error in !VERBOSE configs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
e7977df2ca
commit
cadf57b3af
@ -71,9 +71,9 @@ int mv_main(int argc, char **argv)
|
|||||||
"no-target-directory\0" No_argument "T"
|
"no-target-directory\0" No_argument "T"
|
||||||
"target-directory\0" Required_argument "t"
|
"target-directory\0" Required_argument "t"
|
||||||
IF_FEATURE_VERBOSE(
|
IF_FEATURE_VERBOSE(
|
||||||
"verbose\0" No_argument "v",
|
"verbose\0" No_argument "v"
|
||||||
&last
|
|
||||||
)
|
)
|
||||||
|
, &last
|
||||||
);
|
);
|
||||||
argc -= optind;
|
argc -= optind;
|
||||||
argv += optind;
|
argv += optind;
|
||||||
|
Loading…
Reference in New Issue
Block a user