~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tool_help.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  "     --libcurl FILE  Dump libcurl equivalent code of this command line",
121
121
#endif
122
122
  "     --limit-rate RATE  Limit transfer speed to this rate",
123
 
  " -l, --list-only     List only names of an FTP directory (F)",
 
123
  " -l, --list-only     List only mode (F/POP3)",
124
124
  "     --local-port RANGE  Force use of these local port numbers",
125
125
  " -L, --location      Follow redirects (H)",
126
126
  "     --location-trusted like --location and send auth to other hosts (H)",
141
141
  "     --no-sessionid  Disable SSL session-ID reusing (SSL)",
142
142
  "     --noproxy       List of hosts which do not use proxy",
143
143
  "     --ntlm          Use HTTP NTLM authentication (H)",
144
 
  "     --oauth2-bearer BEARER XOAUTH2 Bearer Token (IMAP, POP3, SMTP)",
 
144
  "     --oauth2-bearer TOKEN  OAuth 2 Bearer Token (IMAP, POP3, SMTP)",
145
145
  " -o, --output FILE   Write output to <file> instead of stdout",
146
146
  "     --pass PASS     Pass phrase for the private key (SSL/SSH)",
147
147
  "     --post301       "
215
215
  " -T, --upload-file FILE  Transfer FILE to destination",
216
216
  "     --url URL       URL to work with",
217
217
  " -B, --use-ascii     Use ASCII/text transfer",
218
 
  " -u, --user USER[:PASSWORD]  Server user and password",
 
218
  " -u, --user USER[:PASSWORD][;OPTIONS]  Server user, password and login"
 
219
  " options",
219
220
  "     --tlsuser USER  TLS username",
220
221
  "     --tlspassword STRING TLS password",
221
222
  "     --tlsauthtype STRING  TLS authentication type (default SRP)",