mercurial/commands.py
branchstable
changeset 50333 80784ac09460
parent 50301 9fc0d244a753
child 50400 ba602ddcb296
child 50463 771294224bf6
--- a/mercurial/commands.py	Fri Mar 24 19:19:37 2023 +0000
+++ b/mercurial/commands.py	Mon Mar 27 06:24:44 2023 +0200
@@ -6602,7 +6602,7 @@
         ),
         (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')),
         (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')),
-        (b'6', b'ipv6', None, _(b'use IPv6 in addition to IPv4')),
+        (b'6', b'ipv6', None, _(b'use IPv6 instead of IPv4')),
         (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')),
         (b'', b'print-url', None, _(b'start and print only the URL')),
     ]