Code

Remove 'header' from --signoff option description
authorDan McGee <dpmcgee@gmail.com>
Sun, 27 Apr 2008 00:43:20 +0000 (19:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Apr 2008 04:46:51 +0000 (21:46 -0700)
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c

index a228a43f750f9e7ede8027db918b44f60fbff842..a2da314ac6953475b4905222012e1667b0e2d2c5 100644 (file)
@@ -89,7 +89,7 @@ static struct option builtin_commit_options[] = {
        OPT_CALLBACK('m', "message", &message, "MESSAGE", "specify commit message", opt_parse_m),
        OPT_STRING('c', "reedit-message", &edit_message, "COMMIT", "reuse and edit message from specified commit "),
        OPT_STRING('C', "reuse-message", &use_message, "COMMIT", "reuse message from specified commit"),
-       OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by: header"),
+       OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by:"),
        OPT_STRING('t', "template", &template_file, "FILE", "use specified template file"),
        OPT_BOOLEAN('e', "edit", &edit_flag, "force edit of commit"),