We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65fdc9 commit 88c7829Copy full SHA for 88c7829
builtin/cat-file.c
@@ -440,7 +440,7 @@ static int batch_objects(struct batch_options *opt)
440
}
441
442
static const char * const cat_file_usage[] = {
443
- N_("git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|<type>|--textconv) <object>"),
+ N_("git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <type> | --textconv) <object>"),
444
N_("git cat-file (--batch | --batch-check) [--follow-symlinks]"),
445
NULL
446
};
0 commit comments