This option is handled globally. Signed-off-by: Jonas Fonseca <fonseca@xxxxxxx> --- builtin-shortlog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin-shortlog.c b/builtin-shortlog.c index 3fe7546..518f27f 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -264,7 +264,7 @@ int cmd_shortlog(int argc, const char **argv, const char *prefix) wrap_lines = 1; parse_wrap_args(argv[1], &in1, &in2, &wrap); } - else if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) + else if (!strcmp(argv[1], "-h")) usage(shortlog_usage); else break; -- 1.5.3.2.1029.gc1d178 -- Jonas Fonseca - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html