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
parent 6971478963
commit 05a131eb77
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

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