cmdline-opts: shorten six help texts

o --location-trusted
 o --next
 o --parallel-immmediate
 o --pinnedpubkey
 o --proxy-pass
 o --proxy-ssl-allow-beast

Closes #14075
This commit is contained in:
Daniel Stenberg 2024-07-01 17:19:44 +02:00
parent 9784f9acf3
commit 75763a3e88
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: location-trusted
Help: Like --location, but send auth to other hosts
Help: As --location, but send auth to other hosts
Protocols: HTTP
Category: http auth
Added: 7.10.4

View file

@ -7,7 +7,7 @@ Tags:
Protocols:
Added: 7.36.0
Magic: divider
Help: Make next URL use its separate set of options
Help: Make next URL use separate options
Category: curl
Multi: append
See-also:

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: parallel-immediate
Help: Do not wait for multiplexing (with --parallel)
Help: Do not wait for multiplexing
Added: 7.68.0
Category: connection curl
Multi: boolean

View file

@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: pinnedpubkey
Arg: <hashes>
Help: FILE/HASHES Public key to verify peer against
Help: Public key to verify peer against
Protocols: TLS
Category: tls
Added: 7.39.0

View file

@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-pass
Arg: <phrase>
Help: Passphrase for the private key for HTTPS proxy
Help: Passphrase for private key for HTTPS proxy
Added: 7.52.0
Category: proxy tls auth
Multi: single

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-ssl-allow-beast
Help: Allow security flaw for interop for HTTPS proxy
Help: Allow this security flaw for HTTPS proxy
Added: 7.52.0
Category: proxy tls
Multi: boolean