X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cat-file.c;h=ef58970d82ae9d6e62ec43c496ac1677aedeee3f;hb=df6a6f0e87c44ff6daab7de3fde2237555ae95ac;hp=fa0bb722a2455fd4274f61e800cd9f5a764dda1e;hpb=c62266f37c677c1de7415ac6cf1e2eb6726590e1;p=git.git diff --git a/cat-file.c b/cat-file.c index fa0bb722..ef58970d 100644 --- a/cat-file.c +++ b/cat-file.c @@ -13,7 +13,7 @@ int main(int argc, char **argv) unsigned long size; if (argc != 3 || get_sha1(argv[2], sha1)) - usage("git-cat-file [-t | -s | tagname] "); + usage("git-cat-file [-t | -s | ] "); if (!strcmp("-t", argv[1]) || !strcmp("-s", argv[1])) { if (!sha1_object_info(sha1, type,