diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:32:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:32:39 -0800 |
commit | e9f91191cc62a013a11fd6ff1a1cdaf48c5fb385 (patch) | |
tree | bd7b6c60e15724c0d539101be61b528e33088da1 /builtin | |
parent | Merge branch 'km/imap-send-libcurl-options' (diff) | |
parent | log.c: fix translation markings (diff) | |
download | tgif-e9f91191cc62a013a11fd6ff1a1cdaf48c5fb385.tar.xz |
Merge branch 'km/log-usage-string-i18n'
* km/log-usage-string-i18n:
log.c: fix translation markings
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/log.c b/builtin/log.c index f2a9f0156d..923ffe72ce 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -38,8 +38,8 @@ static const char *fmt_patch_subject_prefix = "PATCH"; static const char *fmt_pretty; static const char * const builtin_log_usage[] = { - N_("git log [<options>] [<revision range>] [[--] <path>...]\n") - N_(" or: git show [options] <object>..."), + N_("git log [<options>] [<revision range>] [[--] <path>...]"), + N_("git show [options] <object>..."), NULL }; |