aboutsummaryrefslogtreecommitdiff
path: root/rev-list.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-27 00:04:16 -0700
committerJunio C Hamano <junkio@cox.net>2005-07-27 11:53:49 -0700
commit54c6870ebf4c364dd809a1a58eb8485855344812 (patch)
treeeb2fbd3b0e5419b6e58b447fa00b6bd788f195d1 /rev-list.c
parentb134922992e3051e7095b1e76a89361fea86206d (diff)
downloadgit-54c6870ebf4c364dd809a1a58eb8485855344812.tar.gz
git-54c6870ebf4c364dd809a1a58eb8485855344812.tar.xz
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 <junkio@cox.net>
Diffstat (limited to 'rev-list.c')
-rw-r--r--rev-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rev-list.c b/rev-list.c
index 46a35d30e..309070fed 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 <commit-id>\n"
+ "git-rev-list [OPTION] commit-id <commit-id>\n"
" --max-count=nr\n"
" --max-age=epoch\n"
" --min-age=epoch\n"