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:
Daniel Stenberg 2023-05-08 12:01:09 +02:00
parent 5a7ae421c5
commit 39434db41f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.