summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-09 14:00:41 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-09 14:00:41 -0700
commit8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e (patch)
tree408bb0fad1f68c80c3052e931872b357fecae843 /builtin/cat-file.c
parent4a0fcf9f760c9774be77f51e1e88a7499b53d2e2 (diff)
parent0172f7834a31ae7cb9873feaaaa63939352fa3ae (diff)
downloadgit-8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e.tar.gz
Merge branch 'cc/cat-file-usage-update' into master
Doc/usage update. * cc/cat-file-usage-update: cat-file: add missing [=<format>] to usage/synopsis
Diffstat (limited to 'builtin/cat-file.c')
-rw-r--r--builtin/cat-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/cat-file.c b/builtin/cat-file.c
index ae18e20a7c..5ebf13359e 100644
--- a/builtin/cat-file.c
+++ b/builtin/cat-file.c
@@ -596,7 +596,7 @@ static int batch_objects(struct batch_options *opt)
static const char * const cat_file_usage[] = {
N_("git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <type> | --textconv | --filters) [--path=<path>] <object>"),
- N_("git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]"),
+ N_("git cat-file (--batch[=<format>] | --batch-check[=<format>]) [--follow-symlinks] [--textconv | --filters]"),
NULL
};