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

@ -15,7 +15,7 @@ Added: 4.0
Sends the "Referrer Page" information to the HTTP server. This can also be set
with the --header flag of course. When used with --location you can append
";auto" to the --referer URL to make curl automatically set the previous URL
when it follows a Location: header. The \&";auto" string can be used alone,
when it follows a Location: header. The ";auto" string can be used alone,
even if you do not set an initial --referer.
If this option is used several times, the last one will be used.