diff options
Diffstat (limited to 'rev-list.c')
-rw-r--r-- | rev-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <commit-id>\n" + "git-rev-list [OPTION] commit-id <commit-id>\n" " --max-count=nr\n" " --max-age=epoch\n" " --min-age=epoch\n" |