Skip to content

Commit

Permalink
trailer: --no-divider: remove "specially" language
Browse files Browse the repository at this point in the history
It's ambiguous what treating something "specially" means.

Signed-off-by: Linus Arver <linusa@google.com>
  • Loading branch information
Linus Arver committed Aug 4, 2023
1 parent 33218aa commit 46b3593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/interpret-trailers.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int cmd_interpret_trailers(int argc, const char **argv, const char *prefix)
OPT_BOOL(0, "unfold", &opts.unfold, N_("join whitespace-continued values")),
OPT_CALLBACK_F(0, "parse", &opts, NULL, N_("set parsing options"),
PARSE_OPT_NOARG | PARSE_OPT_NONEG, parse_opt_parse),
OPT_BOOL(0, "no-divider", &opts.no_divider, N_("do not treat --- specially")),
OPT_BOOL(0, "no-divider", &opts.no_divider, N_("do not treat \"---\" as the end of input")),
OPT_CALLBACK(0, "trailer", &trailers, N_("trailer"),
N_("trailer(s) to add"), option_parse_trailer),
OPT_END()
Expand Down

0 comments on commit 46b3593

Please sign in to comment.