summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-07-09 14:00:41 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-07-09 14:00:41 -0700
commit8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e (patch)
tree408bb0fad1f68c80c3052e931872b357fecae843 /Documentation
parentThe seventh batch (diff)
parentcat-file: add missing [=<format>] to usage/synopsis (diff)
downloadtgif-8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e.tar.xz
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 'Documentation')
-rw-r--r--Documentation/git-cat-file.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
index 8eca671b82..8e192d87db 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git cat-file' (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
-'git cat-file' (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
+'git cat-file' (--batch[=<format>] | --batch-check[=<format>]) [ --textconv | --filters ] [--follow-symlinks]
DESCRIPTION
-----------