From: Johannes Schindelin Date: Wed, 9 Jan 2008 11:39:54 +0000 (+0000) Subject: shortlog: mention the "-e" option in the usage X-Git-Tag: v1.5.4-rc3~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=08359b0067a2ab9ced6e80d01a9787fa8f4d4639;p=git.git shortlog: mention the "-e" option in the usage Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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] [... ]"; +"git-shortlog [-n] [-s] [-e] [... ]"; static char *common_repo_prefix; static int email;