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 --- diff-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'diff-tree.c') diff --git a/diff-tree.c b/diff-tree.c index 34c868d3ab..d3d83bd8df 100644 --- a/diff-tree.c +++ b/diff-tree.c @@ -259,7 +259,7 @@ static int diff_tree(void *tree1, unsigned long size1, void *tree2, unsigned lon update_tree_entry(&tree2, &size2); continue; } - die("diff-tree: internal error"); + die("git-diff-tree: internal error"); } return 0; } @@ -421,7 +421,7 @@ static int diff_tree_stdin(char *line) } static char *diff_tree_usage = -"diff-tree [-p] [-r] [-z] [--stdin] [-M] [-m] [-s] [-v] "; +"git-diff-tree [-p] [-r] [-z] [--stdin] [-M] [-m] [-s] [-v] "; int main(int argc, char **argv) { -- cgit v1.2.1