aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/cookie.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-03-14 10:54:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-03-14 17:25:40 +0100
commit05a131eb7740e95c7923b698f045bee6e87618ba (patch)
treede18ad454c789743700e4edeae69491d2eb442ac /docs/cmdline-opts/cookie.d
parent697147896375124a1fb4e216de48bbd42019d82a (diff)
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 'docs/cmdline-opts/cookie.d')
-rw-r--r--docs/cmdline-opts/cookie.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d
index 3ae697548..1e9906977 100644
--- a/docs/cmdline-opts/cookie.d
+++ b/docs/cmdline-opts/cookie.d
@@ -1,6 +1,6 @@
Short: b
Long: cookie
-Arg: <data>
+Arg: <data|filename>
Protocols: HTTP
Help: Send cookies from string/file
---