diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-04-02 05:47:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-01 23:40:06 -0700 |
commit | 4637e47accc43479bd779a354e839f898ecd1b84 (patch) | |
tree | 16505a56ff984b604339cff66a06ba1e6cc89738 /help.c | |
parent | e85dc0a3c7a3f4f8d5aade83fd340b8df73471cd (diff) | |
download | git-4637e47accc43479bd779a354e839f898ecd1b84.tar.gz |
help: Add a missing OPT_END().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
-rw-r--r-- | help.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] = { |