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