From 667bb59b2d5b0a2e7fca5970d6f757790a6edd74 Mon Sep 17 00:00:00 2001 From: Alexey Nezhdanov Date: Thu, 19 May 2005 15:17:16 +0400 Subject: [PATCH] cleanup of in-code names Fixes all in-code names that leaved during "big name change". Signed-off-by: Alexey Nezhdanov Signed-off-by: Linus Torvalds --- unpack-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack-file.c') diff --git a/unpack-file.c b/unpack-file.c index b7988c557..d4ac3a546 100644 --- a/unpack-file.c +++ b/unpack-file.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) unsigned char sha1[20]; if (argc != 2 || get_sha1(argv[1], sha1)) - usage("unpack-file.c "); + usage("git-unpack-file "); puts(create_temp_file(sha1)); return 0; -- cgit v1.2.1