summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-07-16 03:10:53 -0400
committerDaniel Stenberg <daniel@haxx.se>2021-07-18 18:44:26 +0200
commit85f54a150d4eb53e3aaf4c5fc94643e719a51296 (patch)
treeb2fdf6ba71eb8819a03dac385c12368b841039df /docs
parent9a47d7712611f035e1e9f762bb4b94207c50ec24 (diff)
downloadcurl-85f54a150d4eb53e3aaf4c5fc94643e719a51296.tar.gz
docs/cmdline: mention what happens when used multiple times
For --dns-ipv4-addr, --dns-ipv6-addr and --dns-servers Closes #7410 Closes #7411 Closes #7412
Diffstat (limited to 'docs')
-rw-r--r--docs/cmdline-opts/dns-ipv4-addr.d2
-rw-r--r--docs/cmdline-opts/dns-ipv6-addr.d2
-rw-r--r--docs/cmdline-opts/dns-servers.d2
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/cmdline-opts/dns-ipv4-addr.d b/docs/cmdline-opts/dns-ipv4-addr.d
index 5ebdda5ca..0d7bae6f0 100644
--- a/docs/cmdline-opts/dns-ipv4-addr.d
+++ b/docs/cmdline-opts/dns-ipv4-addr.d
@@ -10,3 +10,5 @@ Category: dns
Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
the DNS requests originate from this address. The argument should be a
single IPv4 address.
+
+If this option is used several times, the last one will be used.
diff --git a/docs/cmdline-opts/dns-ipv6-addr.d b/docs/cmdline-opts/dns-ipv6-addr.d
index 10e807646..a964dbb06 100644
--- a/docs/cmdline-opts/dns-ipv6-addr.d
+++ b/docs/cmdline-opts/dns-ipv6-addr.d
@@ -10,3 +10,5 @@ Category: dns
Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
the DNS requests originate from this address. The argument should be a
single IPv6 address.
+
+If this option is used several times, the last one will be used.
diff --git a/docs/cmdline-opts/dns-servers.d b/docs/cmdline-opts/dns-servers.d
index 0ff26636c..a0954b31f 100644
--- a/docs/cmdline-opts/dns-servers.d
+++ b/docs/cmdline-opts/dns-servers.d
@@ -9,3 +9,5 @@ Set the list of DNS servers to be used instead of the system default.
The list of IP addresses should be separated with commas. Port numbers
may also optionally be given as *:<port-number>* after each IP
address.
+
+If this option is used several times, the last one will be used.