mirror of
https://github.com/curl/curl.git
synced 2026-07-26 08:57:16 +03:00
curl.1: mark the argument to --cookie as <data|filename>
From a discussion in #3676 Suggested-by: Tim Rühsen Closes #3682
This commit is contained in:
parent
6971478963
commit
05a131eb77
2 changed files with 2 additions and 2 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue