diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-02-11 22:44:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-11 22:44:20 +0100 |
commit | bb831db6774aaa733199360dc7af6f3ce375fc20 (patch) | |
tree | 4d4befdb8dfc6b9ddafec4550a6e44aaacd89dd9 /builtin/log.c | |
parent | Merge branch 'jc/pretty-format-doc' (diff) | |
parent | standardize usage info string format (diff) | |
download | git-bb831db6774aaa733199360dc7af6f3ce375fc20.tar.xz git-bb831db6774aaa733199360dc7af6f3ce375fc20.zip |
Merge branch 'ah/usage-strings'
* ah/usage-strings:
standardize usage info string format
Diffstat (limited to 'builtin/log.c')
-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 a131992c52..dd8f3fcfc4 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -39,7 +39,7 @@ static const char *fmt_pretty; static const char * const builtin_log_usage[] = { N_("git log [<options>] [<revision range>] [[--] <path>...]"), - N_("git show [options] <object>..."), + N_("git show [<options>] <object>..."), NULL }; @@ -1023,7 +1023,7 @@ static const char *set_outdir(const char *prefix, const char *output_directory) } static const char * const builtin_format_patch_usage[] = { - N_("git format-patch [options] [<since> | <revision range>]"), + N_("git format-patch [<options>] [<since> | <revision-range>]"), NULL }; |