From 08359b0067a2ab9ced6e80d01a9787fa8f4d4639 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 9 Jan 2008 11:39:54 +0000 Subject: [PATCH] shortlog: mention the "-e" option in the usage Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- builtin-shortlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] [... ]"; +"git-shortlog [-n] [-s] [-e] [... ]"; static char *common_repo_prefix; static int email; -- 2.11.4.GIT