From 4637e47accc43479bd779a354e839f898ecd1b84 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 2 Apr 2008 05:47:41 +0200 Subject: [PATCH] help: Add a missing OPT_END(). Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/help.c b/help.c index ecaca770d3..10298fb0a1 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[] = { -- 2.11.4.GIT