Skip to content

Commit b674f25

Browse files
Linus Arvergitster
authored andcommitted
trailer --no-divider help: describe usual "---" meaning
It's unclear what treating something "specially" means. Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 467bb1b commit b674f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/interpret-trailers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int cmd_interpret_trailers(int argc, const char **argv, const char *prefix)
109109
OPT_BOOL(0, "unfold", &opts.unfold, N_("join whitespace-continued values")),
110110
OPT_CALLBACK_F(0, "parse", &opts, NULL, N_("set parsing options"),
111111
PARSE_OPT_NOARG | PARSE_OPT_NONEG, parse_opt_parse),
112-
OPT_BOOL(0, "no-divider", &opts.no_divider, N_("do not treat --- specially")),
112+
OPT_BOOL(0, "no-divider", &opts.no_divider, N_("do not treat \"---\" as the end of input")),
113113
OPT_CALLBACK(0, "trailer", &trailers, N_("trailer"),
114114
N_("trailer(s) to add"), option_parse_trailer),
115115
OPT_END()

0 commit comments

Comments
 (0)