about summary refs log tree commit diff
path: root/third_party/git/Documentation/git-cat-file.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/git-cat-file.txt')
-rw-r--r--third_party/git/Documentation/git-cat-file.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/Documentation/git-cat-file.txt b/third_party/git/Documentation/git-cat-file.txt
index 8eca671b82..8e192d87db 100644
--- a/third_party/git/Documentation/git-cat-file.txt
+++ b/third_party/git/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
 -----------