Code

add description parameter to OPT__VERBOSE
[git.git] / builtin / apply.c
index 23c18c573b9147b7aaa88a8d1d2f26748e803501..e1e9ecc815ad2bf2993ee3da0b6c245f0bffeb09 100644 (file)
@@ -3843,7 +3843,7 @@ int cmd_apply(int argc, const char **argv, const char *prefix_)
                        "don't expect at least one line of context"),
                OPT_BOOLEAN(0, "reject", &apply_with_reject,
                        "leave the rejected hunks in corresponding *.rej files"),
-               OPT__VERBOSE(&apply_verbosely),
+               OPT__VERBOSE(&apply_verbosely, "be verbose"),
                OPT_BIT(0, "inaccurate-eof", &options,
                        "tolerate incorrectly detected missing new-line at the end of file",
                        INACCURATE_EOF),