grep: Add the option '--line-number'
[gitweb.git] / builtin / merge.c
index ca16657d25adde052f728564293294ccca0bfcbe..f9fb26dc3319200de96181d9e30aad75693d1704 100644 (file)
@@ -195,7 +195,7 @@ static struct option builtin_merge_options[] = {
        OPT_CALLBACK('X', "strategy-option", &xopts, "option=value",
                "option for selected merge strategy", option_parse_x),
        OPT_CALLBACK('m', "message", &merge_msg, "message",
-               "message to be used for the merge commit (if any)",
+               "merge commit message (for a non-fast-forward merge)",
                option_parse_message),
        OPT__VERBOSITY(&verbosity),
        OPT_BOOLEAN(0, "abort", &abort_current_merge,