diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:44:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:44:20 -0800 |
commit | bb831db6774aaa733199360dc7af6f3ce375fc20 (patch) | |
tree | 4d4befdb8dfc6b9ddafec4550a6e44aaacd89dd9 /builtin/cat-file.c | |
parent | Merge branch 'jc/pretty-format-doc' (diff) | |
parent | standardize usage info string format (diff) | |
download | tgif-bb831db6774aaa733199360dc7af6f3ce375fc20.tar.xz |
Merge branch 'ah/usage-strings'
* ah/usage-strings:
standardize usage info string format
Diffstat (limited to 'builtin/cat-file.c')
-rw-r--r-- | builtin/cat-file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/cat-file.c b/builtin/cat-file.c index 31b133b357..df99df4db1 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -323,8 +323,8 @@ static int batch_objects(struct batch_options *opt) } static const char * const cat_file_usage[] = { - N_("git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"), - N_("git cat-file (--batch|--batch-check) < <list_of_objects>"), + N_("git cat-file (-t | -s | -e | -p | <type> | --textconv) <object>"), + N_("git cat-file (--batch | --batch-check) < <list-of-objects>"), NULL }; |