mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +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
|
|
@ -17,10 +17,9 @@ Example:
|
|||
|
||||
# `--proxy-ca-native`
|
||||
|
||||
Tells curl to use the CA store from the native operating system to verify the
|
||||
HTTPS proxy. By default, curl uses a CA store provided in a single file or
|
||||
directory, but when using this option it interfaces the operating system's own
|
||||
vault.
|
||||
Use the CA store from the native operating system to verify the HTTPS proxy.
|
||||
By default, curl uses a CA store provided in a single file or directory, but
|
||||
when using this option it interfaces the operating system's own vault.
|
||||
|
||||
This option works for curl on Windows when built to use OpenSSL, wolfSSL
|
||||
(added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue