]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/cat-file.c
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / builtin / cat-file.c
index ae18e20a7c96fd1b20660ba9aa1079bcebe8d2af..5ebf13359e839ac71c3afccd17340e9e970b32a3 100644 (file)
@@ -596,7 +596,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 | --filters) [--path=<path>] <object>"),
-       N_("git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]"),
+       N_("git cat-file (--batch[=<format>] | --batch-check[=<format>]) [--follow-symlinks] [--textconv | --filters]"),
        NULL
 };