summaryrefslogtreecommitdiff
path: root/src/tool_listhelp.c
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 /src/tool_listhelp.c
parent84025a12f690b733905e3a9017bb01df3aa4e895 (diff)
downloadcurl-bagder/tool_listhelp.tar.gz
fixup the end of the options tablebagder/tool_listhelp
Diffstat (limited to 'src/tool_listhelp.c')
-rw-r--r--src/tool_listhelp.c1
1 files changed, 1 insertions, 0 deletions
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 }
};