mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:36:14 +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
|
|
@ -15,8 +15,8 @@ Example:
|
|||
|
||||
# `--basic`
|
||||
|
||||
Tells curl to use HTTP Basic authentication with the remote host. This is the
|
||||
default and this option is usually pointless, unless you use it to override a
|
||||
Use HTTP Basic authentication with the remote host. This method is the default
|
||||
and this option is usually pointless, unless you use it to override a
|
||||
previously set option that sets a different authentication method (such as
|
||||
--ntlm, --digest, or --negotiate).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue