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