mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
cmdline-opts: language cleanups
Use imperative mood consistently for the first sentence describing an option. "Set this" instead "tell curl to set" or "this sets..." Plus some extra cleanups and rephrasing. Closes #13106
This commit is contained in:
parent
451a7a7aa2
commit
e7219c2bdc
110 changed files with 332 additions and 347 deletions
|
|
@ -20,7 +20,7 @@ Example:
|
|||
|
||||
# `--referer`
|
||||
|
||||
Sends the referrer URL in the HTTP request. This can also be set with the
|
||||
Set the referrer URL in the HTTP request. 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, even if you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue