X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=7441a56acdbefdd8044a406f4d756ce8a4f06644;hb=fc721b699b817e9cb78994c6dd6d86e744bd2112;hp=880e75af5e1951689a417aa47e64f99a20d46ae6;hpb=8e69d78be3f315ea8c7b96400c0c65763b3e8f00;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 };