diff options
author | Emil Engler <me@emilengler.com> | 2020-10-22 17:23:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-24 23:46:02 +0200 |
commit | 499b3b6ff65d6e5e2df9f6d451b7fb1c0f428e99 (patch) | |
tree | b5e76363eee1992226726bc6a418394fc63332c4 /tests | |
parent | 6f8871844cd57f855339abc0b3ca8d06d7bfa03b (diff) | |
download | curl-499b3b6ff65d6e5e2df9f6d451b7fb1c0f428e99.tar.gz |
tool_help: make "output" description less confusing
Currently the description of "output" is misleading when comparing it
"verbose".
Closes #6118
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1462 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |