Skip to content

Commit

Permalink
shortlog: mention the "-e" option in the usage
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Jan 9, 2008
1 parent fe2128a commit 08359b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-shortlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08359b0

Please sign in to comment.