Code

commit, merge: initialize static strbuf
[git.git] / builtin-cat-file.c
index 880e75af5e1951689a417aa47e64f99a20d46ae6..7441a56acdbefdd8044a406f4d756ce8a4f06644 100644 (file)
@@ -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|<type>] <sha1>",
-       "git-cat-file [--batch|--batch-check] < <list_of_sha1s>",
+       "git cat-file [-t|-s|-e|-p|<type>] <sha1>",
+       "git cat-file [--batch|--batch-check] < <list_of_sha1s>",
        NULL
 };