mirror of
https://github.com/curl/curl.git
synced 2026-07-25 06:17:16 +03: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue