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>
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user