~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to src/tool_help.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
 *
10
10
 * This software is licensed as described in the file COPYING, which
11
11
 * you should have received as part of this distribution. The terms
110
110
  "     --key KEY       Private key file name (SSL/SSH)",
111
111
  "     --key-type TYPE Private key file type (DER/PEM/ENG) (SSL)",
112
112
  "     --krb LEVEL     Enable Kerberos with specified security level (F)",
 
113
#ifndef CURL_DISABLE_LIBCURL_OPTION
113
114
  "     --libcurl FILE  Dump libcurl equivalent code of this command line",
 
115
#endif
114
116
  "     --limit-rate RATE  Limit transfer speed to this rate",
115
117
  " -l, --list-only     List only names of an FTP directory (F)",
116
118
  "     --local-port RANGE  Force use of these local port numbers",
119
121
  " -M, --manual        Display the full manual",
120
122
  "     --mail-from FROM  Mail from this address",
121
123
  "     --mail-rcpt TO  Mail to this receiver(s)",
 
124
  "     --mail-auth AUTH  Originator address of the original email",
122
125
  "     --max-filesize BYTES  Maximum file size to download (H/F)",
123
126
  "     --max-redirs NUM  Maximum number of redirects allowed (H)",
124
127
  " -m, --max-time SECONDS  Maximum time allowed for the transfer",
187
190
  "     --ssl-reqd      Require SSL/TLS (FTP, IMAP, POP3, SMTP)",
188
191
  " -2, --sslv2         Use SSLv2 (SSL)",
189
192
  " -3, --sslv3         Use SSLv3 (SSL)",
 
193
  "     --ssl-allow-beast Allow security flaw to improve interop (SSL)",
190
194
  "     --stderr FILE   Where to redirect stderr. - means stdout",
191
195
  "     --tcp-nodelay   Use the TCP_NODELAY option",
192
196
  " -t, --telnet-option OPT=VAL  Set telnet option",