mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
help: Add a missing OPT_END().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
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[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user