[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 270/411: tool_help: make "output" description less confusing
From: |
gnunet |
Subject: |
[gnurl] 270/411: tool_help: make "output" description less confusing |
Date: |
Wed, 13 Jan 2021 01:21:25 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 499b3b6ff65d6e5e2df9f6d451b7fb1c0f428e99
Author: Emil Engler <me@emilengler.com>
AuthorDate: Thu Oct 22 17:23:36 2020 +0200
tool_help: make "output" description less confusing
Currently the description of "output" is misleading when comparing it
"verbose".
Closes #6118
---
src/tool_help.c | 2 +-
tests/data/test1462 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tool_help.c b/src/tool_help.c
index c7af101e2..544dbbab0 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 a9e7af0a6..ce9902946 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 221/411: runtests: add %repeat[]% for test files, (continued)
- [gnurl] 221/411: runtests: add %repeat[]% for test files, gnunet, 2021/01/12
- [gnurl] 294/411: header.d: fix syntax mistake, gnunet, 2021/01/12
- [gnurl] 333/411: docs: document the 8MB input string limit, gnunet, 2021/01/12
- [gnurl] 289/411: header.d: mention the "Transfer-Encoding: chunked" handling, gnunet, 2021/01/12
- [gnurl] 297/411: tool_debug_cb: do not assume zero-terminated data, gnunet, 2021/01/12
- [gnurl] 311/411: curl.se: new home, gnunet, 2021/01/12
- [gnurl] 273/411: libssh2: fix build with disabled proxy support, gnunet, 2021/01/12
- [gnurl] 253/411: openssl: acknowledge SRP disabling in configure properly, gnunet, 2021/01/12
- [gnurl] 271/411: CI/appveyor: remove (unused) runtests.pl -b option, gnunet, 2021/01/12
- [gnurl] 268/411: cmake: set the unicode feature in curl-config on Windows, gnunet, 2021/01/12
- [gnurl] 270/411: tool_help: make "output" description less confusing,
gnunet <=
- [gnurl] 275/411: range.d: clarify that curl will not parse multipart responses, gnunet, 2021/01/12
- [gnurl] 347/411: KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads, gnunet, 2021/01/12
- [gnurl] 353/411: quiche: remove 'static' from local buffer, gnunet, 2021/01/12
- [gnurl] 193/411: sendf: move Curl_sendf to dict.c and make it static, gnunet, 2021/01/12
- [gnurl] 205/411: include/README: convert to markdown, gnunet, 2021/01/12
- [gnurl] 258/411: os400: Sync libcurl API options, gnunet, 2021/01/12
- [gnurl] 346/411: KNOWN_BUGS: cmake build in Linux links libcurl to libdl, gnunet, 2021/01/12
- [gnurl] 312/411: HISTORY: the new domain, gnunet, 2021/01/12
- [gnurl] 279/411: runtests: show keywords when no tests ran, gnunet, 2021/01/12
- [gnurl] 188/411: pause: only trigger a reread if the unpause sticks, gnunet, 2021/01/12