help: Add a missing OPT_END().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
e85dc0a3c7
commit
4637e47acc
1
help.c
1
help.c
|
@ -30,6 +30,7 @@ static struct option builtin_help_options[] = {
|
||||||
HELP_FORMAT_WEB),
|
HELP_FORMAT_WEB),
|
||||||
OPT_SET_INT('i', "info", &help_format, "show info page",
|
OPT_SET_INT('i', "info", &help_format, "show info page",
|
||||||
HELP_FORMAT_INFO),
|
HELP_FORMAT_INFO),
|
||||||
|
OPT_END(),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const builtin_help_usage[] = {
|
static const char * const builtin_help_usage[] = {
|
||||||
|
|
Loading…
Reference in New Issue