]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_help: make "output" description less confusing
authorEmil Engler <me@emilengler.com>
Thu, 22 Oct 2020 15:23:36 +0000 (17:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Oct 2020 21:46:02 +0000 (23:46 +0200)
Currently the description of "output" is misleading when comparing it
"verbose".

Closes #6118

src/tool_help.c
tests/data/test1462

index c7af101e2cbc8047ff2c239d116db59c57f2cff1..544dbbab08613ce036db9292136c92462777c6f2 100644 (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},
index a9e7af0a6d59f4eaa13a47ce89b183678e257b79..ce99029465e778da0e2dbde87fdd92f15d9a9547 100644 (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