xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: help |
| 4 | Arg: <category> |
| 5 | Short: h |
| 6 | Help: Get help for commands |
| 7 | Category: important curl |
| 8 | Example: --help all |
| 9 | Added: 4.0 |
| 10 | See-also: verbose |
| 11 | Multi: boolean |
| 12 | --- |
| 13 | Usage help. This lists all commands of the <category>. |
| 14 | If no arg was provided, curl will display the most important |
| 15 | command line arguments. |
| 16 | If the argument "all" was provided, curl will display all options available. |
| 17 | If the argument "category" was provided, curl will display all categories and |
| 18 | their meanings. |