From: Emil Engler Date: Mon, 11 Jan 2021 19:12:48 +0000 (+0100) Subject: docs: fix wrong documentation in help.d X-Git-Tag: curl-7_75_0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efa5b16d38cd76f26c9ce846d0765d4f4b809b37;p=thirdparty%2Fcurl.git docs: fix wrong documentation in help.d curl does not list all categories when you invoke "--help" without any parameters. Closes #6436 --- 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.