diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-12 15:38:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-12 15:38:20 -0700 |
commit | 55ef8a4610c4f1077551682a86f9a4e6d498e8e0 (patch) | |
tree | f55f90b4ba95f0735910414e2ebce6ad5e28da29 /builtin-shortlog.c | |
parent | a179a303524c1b81ded1d04930f1edc6b5227c9d (diff) | |
download | git-55ef8a4610c4f1077551682a86f9a4e6d498e8e0.tar.gz |
Document -w option to shortlog
Noticed by Fredrik Noring.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-shortlog.c')
-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 f08095bc91..01cfd7b47c 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] [-e] [<commit-id>... ]"; +"git-shortlog [-n] [-s] [-e] [-w] [<commit-id>... ]"; static char *common_repo_prefix; static int email; |