diff options
author | Alexey Nezhdanov <snake@penza-gsm.ru> | 2005-05-19 15:17:16 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 10:52:00 -0700 |
commit | 667bb59b2d5b0a2e7fca5970d6f757790a6edd74 (patch) | |
tree | 099b568160ec8ad8cbae5c22b61abe69a82d6546 /convert-cache.c | |
parent | 9669e17a2f79e8ef0bd5981f8178cada5e53d46b (diff) | |
download | git-667bb59b2d5b0a2e7fca5970d6f757790a6edd74.tar.gz git-667bb59b2d5b0a2e7fca5970d6f757790a6edd74.tar.xz |
[PATCH] cleanup of in-code names
Fixes all in-code names that leaved during "big name change".
Signed-off-by: Alexey Nezhdanov <snake@penza-gsm.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'convert-cache.c')
-rw-r--r-- | convert-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert-cache.c b/convert-cache.c index 93e477ad3..77f8bff9a 100644 --- a/convert-cache.c +++ b/convert-cache.c @@ -304,7 +304,7 @@ int main(int argc, char **argv) struct entry *entry; if (argc != 2 || get_sha1(argv[1], sha1)) - usage("convert-cache <sha1>"); + usage("git-convert-cache <sha1>"); entry = convert_entry(sha1); printf("new sha1: %s\n", sha1_to_hex(entry->new_sha1)); |