Merge branch 'jk/ref-array-push'
[gitweb.git] / builtin / shortlog.c
index 3a823b3128259c8f9ee92dbbfaacb492a90e7d6e..608d6ba77bdfb4673513444651053d0e8e789020 100644 (file)
@@ -284,6 +284,7 @@ int cmd_shortlog(int argc, const char **argv, const char *prefix)
        for (;;) {
                switch (parse_options_step(&ctx, options, shortlog_usage)) {
                case PARSE_OPT_HELP:
+               case PARSE_OPT_ERROR:
                        exit(129);
                case PARSE_OPT_DONE:
                        goto parse_done;