docs/cmdline-opts: remove \& escapes from all .d files

gen.pl escapes them itself now
This commit is contained in:
Daniel Stenberg 2022-08-23 13:42:49 +02:00
parent 567693196a
commit fdbcd39488
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 22 additions and 22 deletions

View file

@ -22,6 +22,6 @@ See this online resource for further details:
For SFTP and SCP, this option makes curl skip the *known_hosts* verification.
*known_hosts* is a file normally stored in the user's home directory in the
\&.ssh subdirectory, which contains host names and their public keys.
".ssh" subdirectory, which contains host names and their public keys.
**WARNING**: using this option makes the transfer insecure.