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 --- ls-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ls-files.c') diff --git a/ls-files.c b/ls-files.c index 76782f6919..214bd4a8d1 100644 --- a/ls-files.c +++ b/ls-files.c @@ -283,7 +283,7 @@ static void show_files(void) } static const char *ls_files_usage = - "ls-files [-z] [-t] (--[cached|deleted|others|stage|unmerged|killed])* " + "git-ls-files [-z] [-t] (--[cached|deleted|others|stage|unmerged|killed])* " "[ --ignored [--exclude=] [--exclude-from=) ]"; int main(int argc, char **argv) -- cgit v1.2.1