From efa5b16d38cd76f26c9ce846d0765d4f4b809b37 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Mon, 11 Jan 2021 20:12:48 +0100 Subject: [PATCH] docs: fix wrong documentation in help.d curl does not list all categories when you invoke "--help" without any parameters. Closes #6436 --- docs/cmdline-opts/help.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/help.d b/docs/cmdline-opts/help.d index bf80b78189..b7c68233a1 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 . 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.