diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:33 -0700 |
commit | 74702c382597ce34e7ce884e29d23e1eedb52196 (patch) | |
tree | 7eb3d572af32c7ef2f42fd4b9a8bb817c7c2c429 | |
parent | Merge branch 'pt/am-builtin-abort-fix' (diff) | |
parent | i18n: am: fix typo in description of -b option (diff) | |
download | tgif-74702c382597ce34e7ce884e29d23e1eedb52196.tar.xz |
Merge branch 'pt/am-builtin'
Rewrite "am" in "C".
* pt/am-builtin:
i18n: am: fix typo in description of -b option
-rw-r--r-- | builtin/am.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/am.c b/builtin/am.c index 5d34696097..142f8840bd 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -2191,7 +2191,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")), |