mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
docs: add missing Arg tag to --stderr
Prior to this change the required argument was not shown. curl.1 before: --stderr curl.1 after: --stderr <file> curl --help before: --stderr Where to redirect stderr curl --help after: --stderr <file> Where to redirect stderr Closes https://github.com/curl/curl/pull/6692
This commit is contained in:
parent
dd81489db9
commit
e1655b2477
@ -1,4 +1,5 @@
|
|||||||
Long: stderr
|
Long: stderr
|
||||||
|
Arg: <file>
|
||||||
Help: Where to redirect stderr
|
Help: Where to redirect stderr
|
||||||
See-also: verbose silent
|
See-also: verbose silent
|
||||||
Category: verbose
|
Category: verbose
|
||||||
|
@ -742,7 +742,7 @@ static const struct helptxt helptext[] = {
|
|||||||
{"-3, --sslv3",
|
{"-3, --sslv3",
|
||||||
"Use SSLv3",
|
"Use SSLv3",
|
||||||
CURLHELP_TLS},
|
CURLHELP_TLS},
|
||||||
{" --stderr",
|
{" --stderr <file>",
|
||||||
"Where to redirect stderr",
|
"Where to redirect stderr",
|
||||||
CURLHELP_VERBOSE},
|
CURLHELP_VERBOSE},
|
||||||
{" --styled-output",
|
{" --styled-output",
|
||||||
|
Loading…
Reference in New Issue
Block a user