aboutsummaryrefslogtreecommitdiff
path: root/builtin-shortlog.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2008-01-09 11:39:54 +0000
committerJunio C Hamano <gitster@pobox.com>2008-01-09 12:25:27 -0800
commit08359b0067a2ab9ced6e80d01a9787fa8f4d4639 (patch)
tree36aa2c0890e30c585c38fd0c4ec3cc30dfc6fed5 /builtin-shortlog.c
parentfe2128a82608be23def04bf7fe30443553d7d264 (diff)
downloadgit-08359b0067a2ab9ced6e80d01a9787fa8f4d4639.tar.gz
git-08359b0067a2ab9ced6e80d01a9787fa8f4d4639.tar.xz
shortlog: mention the "-e" option in the usage
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-shortlog.c')
-rw-r--r--builtin-shortlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-shortlog.c b/builtin-shortlog.c
index 3d8d7094a..fa8bc7d02 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;