Files
2026-09-16 14:07:40 +08:00

30 lines
361 B
XML
Vendored

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
curl
</keywords>
</info>
# Client-side
<client>
<features>
manual
</features>
<name>
Verify curl -h with bad option name
</name>
<command>
-h --badone
</command>
</client>
<verify>
<stderr mode="text">
Incorrect option name to show help for, see curl -h
</stderr>
</verify>
</testcase>