diff options
Diffstat (limited to 'builtin-shortlog.c')
-rw-r--r-- | builtin-shortlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-shortlog.c b/builtin-shortlog.c index 3d8d7094ab..fa8bc7d02a 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -8,7 +8,7 @@ #include "mailmap.h" static const char shortlog_usage[] = -"git-shortlog [-n] [-s] [<commit-id>... ]"; +"git-shortlog [-n] [-s] [-e] [<commit-id>... ]"; static char *common_repo_prefix; static int email; |