mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
a86cc7e2ab
This commit is a part of "--help me if you can" Closes #5680
45 lines
580 B
Plaintext
45 lines
580 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
--help
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
file
|
|
</features>
|
|
<name>
|
|
curl file category --help with lower/upper mix
|
|
</name>
|
|
<command>
|
|
--help fIlE
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<stdout mode="text">
|
|
Usage: curl [options...] <url>
|
|
file: FILE protocol options
|
|
-I, --head Show document info only
|
|
-r, --range <range> Retrieve only the bytes within RANGE
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|