Browse Source

help: Add a missing OPT_END().

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Christian Couder 17 years ago committed by Junio C Hamano
parent
commit
4637e47acc
  1. 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…
Cancel
Save