tool_help: make "output" description less confusing

Currently the description of "output" is misleading when comparing it
"verbose".

Closes #6118
This commit is contained in:
Emil Engler 2020-10-22 17:23:36 +02:00 committed by Daniel Stenberg
parent 6f8871844c
commit 499b3b6ff6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ static const struct category_descriptors categories[] = {
{"imap", "IMAP protocol options", CURLHELP_IMAP},
/* important is left out because it is the default help page */
{"misc", "Options that don't fit into any other category", CURLHELP_MISC},
{"output", "The output of curl", CURLHELP_OUTPUT},
{"output", "Filesystem output", CURLHELP_OUTPUT},
{"pop3", "POP3 protocol options", CURLHELP_POP3},
{"post", "HTTP Post specific options", CURLHELP_POST},
{"proxy", "All options related to proxies", CURLHELP_PROXY},

View File

@ -43,7 +43,7 @@ Invalid category provided, here is a list of all categories:
http HTTP and HTTPS protocol options
imap IMAP protocol options
misc Options that don't fit into any other category
output The output of curl
output Filesystem output
pop3 POP3 protocol options
post HTTP Post specific options
proxy All options related to proxies