summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2021-01-11 20:12:48 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-12 00:08:55 +0100
commitefa5b16d38cd76f26c9ce846d0765d4f4b809b37 (patch)
treed5b69f80b425f49f8b64aa79e7d8fcce00a956c4
parent90aad9cb1fa8df49923d815338750078dbe77233 (diff)
downloadcurl-efa5b16d38cd76f26c9ce846d0765d4f4b809b37.tar.gz
docs: fix wrong documentation in help.d
curl does not list all categories when you invoke "--help" without any parameters. Closes #6436
-rw-r--r--docs/cmdline-opts/help.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/help.d b/docs/cmdline-opts/help.d
index bf80b7818..b7c68233a 100644
--- a/docs/cmdline-opts/help.d
+++ b/docs/cmdline-opts/help.d
@@ -6,7 +6,7 @@ Category: important curl
---
Usage help. This lists all commands of the <category>.
If no arg was provided, curl will display the most important
-command line arguments and the list of categories.
+command line arguments.
If the argument "all" was provided, curl will display all options available.
If the argument "category" was provided, curl will display all categories and
their meanings.