Skip to content

Commit 362b0dd

Browse files
toofishesgitster
authored andcommitted
Remove 'header' from --signoff option description
Signed-off-by: Dan McGee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ef6a1f commit 362b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static struct option builtin_commit_options[] = {
8989
OPT_CALLBACK('m', "message", &message, "MESSAGE", "specify commit message", opt_parse_m),
9090
OPT_STRING('c', "reedit-message", &edit_message, "COMMIT", "reuse and edit message from specified commit "),
9191
OPT_STRING('C', "reuse-message", &use_message, "COMMIT", "reuse message from specified commit"),
92-
OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by: header"),
92+
OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by:"),
9393
OPT_STRING('t', "template", &template_file, "FILE", "use specified template file"),
9494
OPT_BOOLEAN('e', "edit", &edit_flag, "force edit of commit"),
9595

0 commit comments

Comments
 (0)