Skip to content

Commit 473fa2d

Browse files
avargitster
authored andcommitted
Documentation: add --batch-command to cat-file synopsis
440c705 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 440c705 commit 473fa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-cat-file.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212
'git cat-file' <type> <object>
1313
'git cat-file' (-e | -p) <object>
1414
'git cat-file' (-t | -s) [--allow-unknown-type] <object>
15-
'git cat-file' (--batch | --batch-check) [--batch-all-objects]
15+
'git cat-file' (--batch | --batch-check | --batch-command) [--batch-all-objects]
1616
[--buffer] [--follow-symlinks] [--unordered]
1717
[--textconv | --filters]
1818
'git cat-file' (--textconv | --filters)

0 commit comments

Comments
 (0)