diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2008-01-09 11:39:54 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-09 12:25:27 -0800 |
commit | 08359b0067a2ab9ced6e80d01a9787fa8f4d4639 (patch) | |
tree | 36aa2c0890e30c585c38fd0c4ec3cc30dfc6fed5 | |
parent | fe2128a82608be23def04bf7fe30443553d7d264 (diff) | |
download | git-08359b0067a2ab9ced6e80d01a9787fa8f4d4639.tar.gz |
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>
-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; |