From: Emil Engler Date: Thu, 22 Oct 2020 15:23:36 +0000 (+0200) Subject: tool_help: make "output" description less confusing X-Git-Tag: curl-7_74_0~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=499b3b6ff65d6e5e2df9f6d451b7fb1c0f428e99;p=thirdparty%2Fcurl.git tool_help: make "output" description less confusing Currently the description of "output" is misleading when comparing it "verbose". Closes #6118 --- diff --git a/src/tool_help.c b/src/tool_help.c index c7af101e2c..544dbbab08 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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}, diff --git a/tests/data/test1462 b/tests/data/test1462 index a9e7af0a6d..ce99029465 100644 --- a/tests/data/test1462 +++ b/tests/data/test1462 @@ -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