X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=3fba6b9e743545868368a0e554466fca3814316a;hb=bf474e2402e51843e8230c064da6ccfdf3a8ff54;hp=7441a56acdbefdd8044a406f4d756ce8a4f06644;hpb=1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 7441a56ac..3fba6b9e7 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -137,11 +137,11 @@ static int cat_one_file(int opt, const char *exp_type, const char *obj_name) break; default: - die("git-cat-file: unknown option: %s\n", exp_type); + die("git cat-file: unknown option: %s\n", exp_type); } if (!buf) - die("git-cat-file %s: bad file", obj_name); + die("git cat-file %s: bad file", obj_name); write_or_die(1, buf, size); return 0;