diff options
Diffstat (limited to 'ntpdc/ntpdc-opts.def')
-rw-r--r-- | ntpdc/ntpdc-opts.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpdc/ntpdc-opts.def b/ntpdc/ntpdc-opts.def index 0b5aefee9bb1..a42eb67c446a 100644 --- a/ntpdc/ntpdc-opts.def +++ b/ntpdc/ntpdc-opts.def @@ -15,7 +15,7 @@ test-main; flag = { name = ipv4; value = 4; - equivalence = ipv4; + flags-cant = ipv6; descrip = "Force IPv4 DNS name resolution"; doc = <<- _EndOfDoc_ Force DNS resolution of following host names on the command line @@ -26,7 +26,7 @@ flag = { flag = { name = ipv6; value = 6; - equivalence = ipv4; + flags-cant = ipv4; descrip = "Force IPv6 DNS name resolution"; doc = <<- _EndOfDoc_ Force DNS resolution of following host names on the command line |