Skip to content

Commit 88c7829

Browse files
alexhenriegitster
authored andcommitted
cat-file: put spaces around pipes in usage string
This makes the style a little more consistent with other usage strings, and will resolve a warning at https://www.softcatala.org/recursos/quality/git.html Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d65fdc9 commit 88c7829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/cat-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ static int batch_objects(struct batch_options *opt)
440440
}
441441

442442
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>"),
443+
N_("git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <type> | --textconv) <object>"),
444444
N_("git cat-file (--batch | --batch-check) [--follow-symlinks]"),
445445
NULL
446446
};

0 commit comments

Comments
 (0)