From: Jiang Xin <worldhello.net@gmail.com> Date: Wed, 26 Aug 2015 15:51:19 +0000 (+0800) Subject: i18n: am: fix typo in description of -b option X-Git-Tag: v2.6.0-rc0~37^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb5a0ea96435e0bf4459fe5987df4c6b8a2fc76;p=git i18n: am: fix typo in description of -b option Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> --- diff --git a/builtin/am.c b/builtin/am.c index 1399c8dd88..473d794fc5 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -2143,7 +2143,7 @@ int cmd_am(int argc, const char **argv, const char *prefix) OPT_BOOL('i', "interactive", &state.interactive, N_("run interactively")), OPT_HIDDEN_BOOL('b', "binary", &binary, - N_("(historical option -- no-op")), + N_("historical option -- no-op")), OPT_BOOL('3', "3way", &state.threeway, N_("allow fall back on 3way merging if needed")), OPT__QUIET(&state.quiet, N_("be quiet")),