From 54c6870ebf4c364dd809a1a58eb8485855344812 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 27 Jul 2005 00:04:16 -0700 Subject: Typofix: usage strings fix. The *_usage strings should not start with "usage: ", since the usage() function gives its own. Signed-off-by: Junio C Hamano --- rev-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rev-list.c') diff --git a/rev-list.c b/rev-list.c index 46a35d30e1..309070fedd 100644 --- a/rev-list.c +++ b/rev-list.c @@ -11,7 +11,7 @@ #define SHOWN (1u << 3) static const char rev_list_usage[] = - "usage: git-rev-list [OPTION] commit-id \n" + "git-rev-list [OPTION] commit-id \n" " --max-count=nr\n" " --max-age=epoch\n" " --min-age=epoch\n" -- cgit v1.2.1