Skip to content

Commit 1fb5a0e

Browse files
jiangxingitster
authored andcommitted
i18n: am: fix typo in description of -b option
Signed-off-by: Jiang Xin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e97a5e7 commit 1fb5a0e

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
@@ -2143,7 +2143,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
21432143
OPT_BOOL('i', "interactive", &state.interactive,
21442144
N_("run interactively")),
21452145
OPT_HIDDEN_BOOL('b', "binary", &binary,
2146-
N_("(historical option -- no-op")),
2146+
N_("historical option -- no-op")),
21472147
OPT_BOOL('3', "3way", &state.threeway,
21482148
N_("allow fall back on 3way merging if needed")),
21492149
OPT__QUIET(&state.quiet, N_("be quiet")),

0 commit comments

Comments
 (0)