diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-03-14 10:54:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-14 17:25:40 +0100 |
commit | 05a131eb7740e95c7923b698f045bee6e87618ba (patch) | |
tree | de18ad454c789743700e4edeae69491d2eb442ac /src | |
parent | 697147896375124a1fb4e216de48bbd42019d82a (diff) | |
download | curl-05a131eb7740e95c7923b698f045bee6e87618ba.tar.gz |
curl.1: mark the argument to --cookie as <data|filename>
From a discussion in #3676
Suggested-by: Tim Rühsen
Closes #3682
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 542998bd0..8a3c25820 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -80,7 +80,7 @@ static const struct helptxt helptext[] = { "Connect to host"}, {"-C, --continue-at <offset>", "Resumed transfer offset"}, - {"-b, --cookie <data>", + {"-b, --cookie <data|filename>", "Send cookies from string/file"}, {"-c, --cookie-jar <filename>", "Write cookies to <filename> after operation"}, |