summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/cmdline-opts/stderr.d1
-rw-r--r--src/tool_help.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/stderr.d b/docs/cmdline-opts/stderr.d
index 6da040159..1154efb33 100644
--- a/docs/cmdline-opts/stderr.d
+++ b/docs/cmdline-opts/stderr.d
@@ -1,4 +1,5 @@
Long: stderr
+Arg: <file>
Help: Where to redirect stderr
See-also: verbose silent
Category: verbose
diff --git a/src/tool_help.c b/src/tool_help.c
index 0d1e4cd35..32893547d 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -742,7 +742,7 @@ static const struct helptxt helptext[] = {
{"-3, --sslv3",
"Use SSLv3",
CURLHELP_TLS},
- {" --stderr",
+ {" --stderr <file>",
"Where to redirect stderr",
CURLHELP_VERBOSE},
{" --styled-output",