X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=8fad19daedef8a38674ee35cd543983bad610857;hb=a797b02f3925c4a6324472e2edaf4a58d4ffc097;hp=30d00a66649f749c8cf6e657734045382bc29e13;hpb=2f5bfa7c7f271f2b7709c2822436178e2a216027;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 30d00a666..8fad19dae 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -137,7 +137,7 @@ 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", exp_type); } if (!buf)