]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/cat-file.c
Merge branch 'bc/object-id'
[thirdparty/git.git] / builtin / cat-file.c
index 49b8fa8e22cc0607528cce0461682dee081389c4..3ee9bc9ad18bf478d7e8fbf4a9950cb58a1a29c1 100644 (file)
@@ -442,7 +442,7 @@ static int batch_objects(struct batch_options *opt)
 }
 
 static const char * const cat_file_usage[] = {
-       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>"),
        N_("git cat-file (--batch | --batch-check) [--follow-symlinks]"),
        NULL
 };