mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
16 lines
453 B
Makefile
16 lines
453 B
Makefile
Long: help
|
|
Arg: <category>
|
|
Short: h
|
|
Help: Get help for commands
|
|
Category: important curl
|
|
Example: --help all
|
|
Added: 4.0
|
|
See-also: verbose
|
|
---
|
|
Usage help. This lists all commands of the <category>.
|
|
If no arg was provided, curl will display the most important
|
|
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.
|