mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:18:03 +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
|
|
@ -14,6 +14,6 @@ Example:
|
|||
|
||||
# `--socks5-basic`
|
||||
|
||||
Tells curl to use username/password authentication when connecting to a SOCKS5
|
||||
proxy. The username/password authentication is enabled by default. Use
|
||||
--socks5-gssapi to force GSS-API authentication to SOCKS5 proxies.
|
||||
Use username/password authentication when connecting to a SOCKS5 proxy. The
|
||||
username/password authentication is enabled by default. Use --socks5-gssapi to
|
||||
force GSS-API authentication to SOCKS5 proxies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue