Unverified Commit 05a131eb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl.1: mark the argument to --cookie as <data|filename>

From a discussion in #3676

Suggested-by: Tim Rühsen

Closes #3682
parent 69714789
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Short: b
Long: cookie
Arg: <data>
Arg: <data|filename>
Protocols: HTTP
Help: Send cookies from string/file
---
+1 −1
Original line number Diff line number Diff line
@@ -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"},