add description parameter to OPT__DRY_RUN
[gitweb.git] / builtin / mv.c
index cdbb09473c0c45efff23a63e78b7623cad523350..8677bd2e40d98de1ce6cf727119176dc26357fed 100644 (file)
@@ -55,7 +55,7 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
        int i, newfd;
        int verbose = 0, show_only = 0, force = 0, ignore_errors = 0;
        struct option builtin_mv_options[] = {
-               OPT__DRY_RUN(&show_only),
+               OPT__DRY_RUN(&show_only, "dry run"),
                OPT_BOOLEAN('f', "force", &force, "force move/rename even if target exists"),
                OPT_BOOLEAN('k', NULL, &ignore_errors, "skip move/rename errors"),
                OPT_END(),