From: Christian Couder Date: Wed, 2 Apr 2008 03:47:41 +0000 (+0200) Subject: help: Add a missing OPT_END(). X-Git-Tag: v1.5.5-rc3~10 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4637e47accc43479bd779a354e839f898ecd1b84;p=git-core%2Fgit.git help: Add a missing OPT_END(). Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/help.c b/help.c index ecaca770d..10298fb0a 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[] = {