mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:33:34 +03:00
docs/cmdline-opts: remove \& escapes from all .d files
gen.pl escapes them itself now
This commit is contained in:
parent
567693196a
commit
fdbcd39488
18 changed files with 22 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ Tells curl to use the specified client certificate file when getting a file
|
|||
with HTTPS, FTPS or another SSL-based protocol. The certificate must be in
|
||||
PKCS#12 format if using Secure Transport, or PEM format if using any other
|
||||
engine. If the optional password is not specified, it will be queried for on
|
||||
the terminal. Note that this option assumes a \&"certificate" file that is the
|
||||
the terminal. Note that this option assumes a "certificate" file that is the
|
||||
private key and the client certificate concatenated! See --cert and --key to
|
||||
specify them independently.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue