X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-shortlog.c;h=e6a2865019cceadfcbfc8575a2bd1f97b7159dcb;hb=06f60e8edf1eb3a91e1af6f255bf46154168dd86;hp=bd795b1db7a4054a0218d1ec96794ad25d656896;hpb=abe549e1791822b3105648452b1f8907f8fdb26a;p=git.git diff --git a/builtin-shortlog.c b/builtin-shortlog.c index bd795b1db..e6a286501 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -9,7 +9,7 @@ #include "shortlog.h" static const char shortlog_usage[] = -"git-shortlog [-n] [-s] [-e] [... ]"; +"git-shortlog [-n] [-s] [-e] [-w] [... ]"; static int compare_by_number(const void *a1, const void *a2) {