forked from curl/curl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 curl#14075
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
c: Copyright (C) Daniel Stenberg, <[email protected]>, 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
c: Copyright (C) Daniel Stenberg, <[email protected]>, 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <[email protected]>, 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <[email protected]>, 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
c: Copyright (C) Daniel Stenberg, <[email protected]>, 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters