cmdline-docs: more options converted and fixed

Now all options are in the new system.
This commit is contained in:
Daniel Stenberg 2016-11-28 01:01:13 +01:00
parent ac85f332f1
commit a387d881ec
51 changed files with 625 additions and 31 deletions

View file

@ -31,9 +31,8 @@ Example:
curl -H "X-First-Name: Joe" http://example.com/
\fBWARNING\fP: headers set with this option will be set in all requests - even
after redirects are followed, like when told with \fB-L, --location\fP. This
can lead to the header being sent to other hosts than the original host, so
sensitive headers should be used with caution combined with following
redirects.
after redirects are followed, like when told with --location. This can lead to
the header being sent to other hosts than the original host, so sensitive
headers should be used with caution combined with following redirects.
This option can be used multiple times to add/replace/remove multiple headers.