Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- help.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Some comments in "parse-options.h" say it is needed, though I did not see a crash without it. diff --git a/help.c b/help.c index ecaca77..10298fb 100644 --- a/help.c +++ b/help.c @@ -30,6 +30,7 @@ static struct option builtin_help_options[] = { HELP_FORMAT_WEB), OPT_SET_INT('i', "info", &help_format, "show info page", HELP_FORMAT_INFO), + OPT_END(), }; static const char * const builtin_help_usage[] = { -- 1.5.5.rc2.6.gf58d -- 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