mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +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
|
|
@ -2,7 +2,7 @@
|
|||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: preproxy
|
||||
Arg: [protocol://]host[:port]
|
||||
Arg: <[protocol://]host[:port]>
|
||||
Help: Use this proxy first
|
||||
Added: 7.52.0
|
||||
Category: proxy
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|||
SPDX-License-Identifier: curl
|
||||
Long: proxy
|
||||
Short: x
|
||||
Arg: [protocol://]host[:port]
|
||||
Arg: <[protocol://]host[:port]>
|
||||
Help: Use this proxy
|
||||
Category: proxy
|
||||
Added: 4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue