summaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-09-02 20:11:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-04 15:38:20 +0200
commitaa8777f63febca6a13f6b86e141a832232560037 (patch)
tree792a9f77d2482422aa25b4c676963f6ae3e441cd /src/tool_cfgable.h
parent5dddc1dc7e39bd9b54fd219c1b2e318f1f6c49b2 (diff)
downloadcurl-aa8777f63febca6a13f6b86e141a832232560037.tar.gz
tool: update --help with categories
This commit is a part of "--help me if you can" Closes #5680
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index a3b8dd51b..489f9ca0e 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -312,6 +312,7 @@ struct GlobalConfig {
bool parallel;
long parallel_max;
bool parallel_connect;
+ char *help_category; /* The help category, if set */
struct OperationConfig *first;
struct OperationConfig *current;
struct OperationConfig *last; /* Always last in the struct */