]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: add --batch-command to cat-file synopsis
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 7 Apr 2022 19:08:59 +0000 (21:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Apr 2022 20:31:54 +0000 (13:31 -0700)
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>
Documentation/git-cat-file.txt

index 70c5b4f12d1a9d22dcb53c6b9d12db0530559aee..24a811f0ef64b0f411c23a3598e7bc73e6a2e7ee 100644 (file)
@@ -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)