diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-07-20 01:06:56 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-07-20 11:23:36 -0400 |
commit | f6401b26c88433c9e25c886f91ebdee8aa3b8aa6 (patch) | |
tree | 11e5cc71a678e3f1194ef08d3045d8f4f3ceacc5 /docs/cmdline-opts/pass.d | |
parent | 5ea3145850ebff1dc2b13d17440300a01ca38161 (diff) | |
download | curl-f6401b26c88433c9e25c886f91ebdee8aa3b8aa6.tar.gz |
doc/cmdline: fix grammar and typos
Closes https://github.com/curl/curl/pull/7454
Closes https://github.com/curl/curl/pull/7455
Closes https://github.com/curl/curl/pull/7456
Closes https://github.com/curl/curl/pull/7459
Closes https://github.com/curl/curl/pull/7460
Closes https://github.com/curl/curl/pull/7461
Closes https://github.com/curl/curl/pull/7462
Closes https://github.com/curl/curl/pull/7463
Diffstat (limited to 'docs/cmdline-opts/pass.d')
-rw-r--r-- | docs/cmdline-opts/pass.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/pass.d b/docs/cmdline-opts/pass.d index f6633d242..e3fb97ae6 100644 --- a/docs/cmdline-opts/pass.d +++ b/docs/cmdline-opts/pass.d @@ -4,6 +4,6 @@ Help: Pass phrase for the private key Protocols: SSH TLS Category: ssh tls auth --- -Passphrase for the private key +Passphrase for the private key. If this option is used several times, the last one will be used. |