mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
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:
parent
6f8871844c
commit
499b3b6ff6
@ -87,7 +87,7 @@ static const struct category_descriptors categories[] = {
|
|||||||
{"imap", "IMAP protocol options", CURLHELP_IMAP},
|
{"imap", "IMAP protocol options", CURLHELP_IMAP},
|
||||||
/* important is left out because it is the default help page */
|
/* important is left out because it is the default help page */
|
||||||
{"misc", "Options that don't fit into any other category", CURLHELP_MISC},
|
{"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},
|
{"pop3", "POP3 protocol options", CURLHELP_POP3},
|
||||||
{"post", "HTTP Post specific options", CURLHELP_POST},
|
{"post", "HTTP Post specific options", CURLHELP_POST},
|
||||||
{"proxy", "All options related to proxies", CURLHELP_PROXY},
|
{"proxy", "All options related to proxies", CURLHELP_PROXY},
|
||||||
|
@ -43,7 +43,7 @@ Invalid category provided, here is a list of all categories:
|
|||||||
http HTTP and HTTPS protocol options
|
http HTTP and HTTPS protocol options
|
||||||
imap IMAP protocol options
|
imap IMAP protocol options
|
||||||
misc Options that don't fit into any other category
|
misc Options that don't fit into any other category
|
||||||
output The output of curl
|
output Filesystem output
|
||||||
pop3 POP3 protocol options
|
pop3 POP3 protocol options
|
||||||
post HTTP Post specific options
|
post HTTP Post specific options
|
||||||
proxy All options related to proxies
|
proxy All options related to proxies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user