The cat-file SYNOPSIS and help output were made consistent in 83dc443439c (cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output, 2022-01-10). They then drifted apart again in 440c705ea63 (cat-file: add --batch-command mode, 2022-02-18). Let's fix that and list the new --batch-command option in the SYNOPSIS section. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- Documentation/git-cat-file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 70c5b4f12d1..24a811f0ef6 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) -- 2.36.0.rc0.849.g2d5b5d9ab01