File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SYNOPSIS
10
10
--------
11
11
[verse]
12
12
'git cat-file' (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
13
- 'git cat-file' (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
13
+ 'git cat-file' (--batch[=<format>] | --batch-check[=<format>] ) [ --textconv | --filters ] [--follow-symlinks]
14
14
15
15
DESCRIPTION
16
16
-----------
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ static int batch_objects(struct batch_options *opt)
596
596
597
597
static const char * const cat_file_usage [] = {
598
598
N_ ("git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <type> | --textconv | --filters) [--path=<path>] <object>" ),
599
- N_ ("git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]" ),
599
+ N_ ("git cat-file (--batch[=<format>] | --batch-check[=<format>] ) [--follow-symlinks] [--textconv | --filters]" ),
600
600
NULL
601
601
};
602
602
You can’t perform that action at this time.
0 commit comments