blob: ce99029465e778da0e2dbde87fdd92f15d9a9547 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4--help
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11</reply>
12
13#
14# Client-side
15<client>
16<server>
17none
18</server>
19 <name>
20curl invalid category --help
21 </name>
22 <command>
23--help sdfafdsfadsfsd
24</command>
25</client>
26
27#
28# Verify data after the test has been "shot"
29<verify>
30<errorcode>
310
32</errorcode>
33<stdout mode="text">
34Usage: curl [options...] <url>
35Invalid category provided, here is a list of all categories:
36
37 auth Different types of authentication methods
38 connection Low level networking operations
39 curl The command line tool itself
40 dns General DNS options
41 file FILE protocol options
42 ftp FTP protocol options
43 http HTTP and HTTPS protocol options
44 imap IMAP protocol options
45 misc Options that don't fit into any other category
46 output Filesystem output
47 pop3 POP3 protocol options
48 post HTTP Post specific options
49 proxy All options related to proxies
50 scp SCP protocol options
51 sftp SFTP protocol options
52 smtp SMTP protocol options
53 ssh SSH protocol options
54 telnet TELNET protocol options
55 tftp TFTP protocol options
56 tls All TLS/SSL related options
57 upload All options for uploads
58 verbose Options related to any kind of command line output of curl
59</stdout>
60</verify>
61</testcase>