aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/user-agent.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-03-15 23:52:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-03-15 23:52:43 +0100
commit2b083dcc40ce6fc1255102c2dcb36cb9041362b1 (patch)
treec16e9fc139becba979c893432dc9fd68d66ce777 /docs/cmdline-opts/user-agent.d
parenta9a7b606c2341bb0fced33f5f00f45900beb9c8f (diff)
downloadgnurl-2b083dcc40ce6fc1255102c2dcb36cb9041362b1.tar.gz
gnurl-2b083dcc40ce6fc1255102c2dcb36cb9041362b1.tar.bz2
gnurl-2b083dcc40ce6fc1255102c2dcb36cb9041362b1.zip
user-agent.d:: mention --proxy-header as well
Bug: https://github.com/curl/curl/issues/2381
Diffstat (limited to 'docs/cmdline-opts/user-agent.d')
-rw-r--r--docs/cmdline-opts/user-agent.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/user-agent.d b/docs/cmdline-opts/user-agent.d
index c98619d7d..de73f723f 100644
--- a/docs/cmdline-opts/user-agent.d
+++ b/docs/cmdline-opts/user-agent.d
@@ -6,7 +6,7 @@ Protocols: HTTP
---
Specify the User-Agent string to send to the HTTP server. To encode blanks in
-the string, surround the string with single quote marks. This can also be set
-with the --header option of course.
+the string, surround the string with single quote marks. This header can also
+be set with the --header or the --proxy-header options.
If this option is used several times, the last one will be used.