Code

shortlog: mention the "-e" option in the usage
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 9 Jan 2008 11:39:54 +0000 (11:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jan 2008 20:25:27 +0000 (12:25 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-shortlog.c

index 3d8d7094ab8f85f557cf3bd58e408c8ab4272f08..fa8bc7d02a2268d99dcc829cb3adbee10c949306 100644 (file)
@@ -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;