ipv4.d/ipv6.d: they are "mutex", not "boolean"
... which for example means they do not have --no-* versions. Reported-by: Harry Sintonen Fixes #11085 Closes #11086
This commit is contained in:
parent
5a7ae421c5
commit
39434db41f
@ -11,7 +11,7 @@ See-also: http1.1 http2
|
||||
Help: Resolve names to IPv4 addresses
|
||||
Category: connection dns
|
||||
Example: --ipv4 $URL
|
||||
Multi: boolean
|
||||
Multi: mutex
|
||||
---
|
||||
This option tells curl to use IPv4 addresses only, and not for example try
|
||||
IPv6.
|
||||
This option tells curl to use IPv4 addresses only when resolving host names,
|
||||
and not for example try IPv6.
|
||||
|
||||
@ -11,7 +11,7 @@ See-also: http1.1 http2
|
||||
Help: Resolve names to IPv6 addresses
|
||||
Category: connection dns
|
||||
Example: --ipv6 $URL
|
||||
Multi: boolean
|
||||
Multi: mutex
|
||||
---
|
||||
This option tells curl to use IPv6 addresses only, and not for example try
|
||||
IPv4.
|
||||
This option tells curl to use IPv6 addresses only when resolving host names,
|
||||
and not for example try IPv4.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user