summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-30 08:09:25 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-30 09:40:46 +0200
commit345f6bd82808dd716effe7d6f71f5980441a77e1 (patch)
tree9b16c72980c3a58f8cf5397a068e778f3c0633b1
parent84025a12f690b733905e3a9017bb01df3aa4e895 (diff)
downloadcurl-bagder/tool_listhelp.tar.gz
fixup the end of the options tablebagder/tool_listhelp
-rwxr-xr-xdocs/cmdline-opts/gen.pl1
-rw-r--r--src/tool_listhelp.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/gen.pl b/docs/cmdline-opts/gen.pl
index d5ed60113..2a89d5e76 100755
--- a/docs/cmdline-opts/gen.pl
+++ b/docs/cmdline-opts/gen.pl
@@ -493,6 +493,7 @@ HEAD
print $line;
}
print <<FOOT
+ { NULL, NULL, CURLHELP_HIDDEN }
};
FOOT
;
diff --git a/src/tool_listhelp.c b/src/tool_listhelp.c
index 2f17f8000..ce92ec02c 100644
--- a/src/tool_listhelp.c
+++ b/src/tool_listhelp.c
@@ -760,4 +760,5 @@ const struct helptxt helptext[] = {
{" --xattr",
"Store metadata in extended file attributes",
CURLHELP_MISC},
+ { NULL, NULL, CURLHELP_HIDDEN }
};