summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-04-07 19:08:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-04-07 20:31:54 (GMT)
commit473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983 (patch)
tree7c4af6c0d7ffdd953910adfc748b0a74896063a7
parent440c705ea63253642c8f4761f80eb7a97a62b614 (diff)
downloadgit-473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983.zip
git-473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983.tar.gz
git-473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983.tar.bz2
Documentation: add --batch-command to cat-file synopsis
440c705ea63 (cat-file: add --batch-command mode, 2022-02-18) added the new option and operating mode without listing it to the synopsis section. Fix it. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 70c5b4f..24a811f 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -12,7 +12,7 @@ SYNOPSIS
'git cat-file' <type> <object>
'git cat-file' (-e | -p) <object>
'git cat-file' (-t | -s) [--allow-unknown-type] <object>
-'git cat-file' (--batch | --batch-check) [--batch-all-objects]
+'git cat-file' (--batch | --batch-check | --batch-command) [--batch-all-objects]
[--buffer] [--follow-symlinks] [--unordered]
[--textconv | --filters]
'git cat-file' (--textconv | --filters)