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-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff-files.c') diff --git a/diff-files.c b/diff-files.c index 7ffe66361..fb345a516 100644 --- a/diff-files.c +++ b/diff-files.c @@ -7,7 +7,7 @@ #include "diff.h" static const char *diff_files_usage = -"diff-files [-p] [-q] [-r] [-z] [-M] [paths...]"; +"git-diff-files [-p] [-q] [-r] [-z] [-M] [paths...]"; static int generate_patch = 0; static int line_termination = '\n'; -- cgit v1.2.1