Skip to content

Commit 74702c3

Browse files
committed
Merge branch 'pt/am-builtin'
Rewrite "am" in "C". * pt/am-builtin: i18n: am: fix typo in description of -b option
2 parents b7d2a15 + 1fb5a0e commit 74702c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/am.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
21912191
OPT_BOOL('i', "interactive", &state.interactive,
21922192
N_("run interactively")),
21932193
OPT_HIDDEN_BOOL('b', "binary", &binary,
2194-
N_("(historical option -- no-op")),
2194+
N_("historical option -- no-op")),
21952195
OPT_BOOL('3', "3way", &state.threeway,
21962196
N_("allow fall back on 3way merging if needed")),
21972197
OPT__QUIET(&state.quiet, N_("be quiet")),

0 commit comments

Comments
 (0)