test1709 (345B)
1 <testcase> 2 <info> 3 <keywords> 4 curl 5 </keywords> 6 </info> 7 8 # 9 # Client-side 10 <client> 11 <features> 12 manual 13 </features> 14 <server> 15 none 16 </server> 17 18 <name> 19 Verify curl -h with bad option name 20 </name> 21 22 <command> 23 -h --badone 24 </command> 25 </client> 26 27 <verify> 28 <stderr mode="text"> 29 Incorrect option name to show help for, see curl -h 30 </stderr> 31 </verify> 32 </testcase>