X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=7441a56acdbefdd8044a406f4d756ce8a4f06644;hb=6bb9e51b8ef2f397f9f44cfaeaa120ca0cc741e6;hp=880e75af5e1951689a417aa47e64f99a20d46ae6;hpb=a08ca90938cf88c138edfd9f747d44ef1acf0c05;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 880e75af5..7441a56ac 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -202,8 +202,8 @@ static int batch_objects(int print_contents) } static const char * const cat_file_usage[] = { - "git-cat-file [-t|-s|-e|-p|] ", - "git-cat-file [--batch|--batch-check] < ", + "git cat-file [-t|-s|-e|-p|] ", + "git cat-file [--batch|--batch-check] < ", NULL };