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:
Daniel Stenberg 2019-03-14 10:54:10 +01:00
Родитель 6971478963
Коммит 05a131eb77
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Short: b
Long: cookie
Arg: <data>
Arg: <data|filename>
Protocols: HTTP
Help: Send cookies from string/file
---

Просмотреть файл

@ -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"},