mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
prox/preproxy.md: document argument within <brackets>
... as the argument is mandatory and we use that symbol for all other options. Closes #16883
This commit is contained in:
parent
fb15a986c0
commit
b4dc529fc4
3 changed files with 4 additions and 4 deletions
|
|
@ -475,7 +475,7 @@ const struct helptxt helptext[] = {
|
|||
{" --post303",
|
||||
"Do not switch to GET after a 303 redirect",
|
||||
CURLHELP_HTTP | CURLHELP_POST},
|
||||
{" --preproxy [protocol://]host[:port]",
|
||||
{" --preproxy <[protocol://]host[:port]>",
|
||||
"Use this proxy first",
|
||||
CURLHELP_PROXY},
|
||||
{"-#, --progress-bar",
|
||||
|
|
@ -490,7 +490,7 @@ const struct helptxt helptext[] = {
|
|||
{" --proto-redir <protocols>",
|
||||
"Enable/disable PROTOCOLS on redirect",
|
||||
CURLHELP_CONNECTION | CURLHELP_CURL},
|
||||
{"-x, --proxy [protocol://]host[:port]",
|
||||
{"-x, --proxy <[protocol://]host[:port]>",
|
||||
"Use this proxy",
|
||||
CURLHELP_PROXY},
|
||||
{" --proxy-anyauth",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue