mirror of
https://github.com/curl/curl.git
synced 2026-08-02 10:00:27 +03:00
* cmd documentation for cheat-sheet * help.md: document cheat-sheet Add documentation for cheat-sheet argument. * curl: add line on cheat-sheet * help.c: make test for cheat-sheet * help.c: add cheat-sheet test Test to verify no error with --help cheat-sheet argument.
34 lines
303 B
Text
34 lines
303 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
manual
|
|
</features>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify curl -h cheat-sheet
|
|
</name>
|
|
|
|
<command>
|
|
-h cheat-sheet
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify no error
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|