##// END OF EJS Templates
commands: correct documentation of hg serve’s --ipv6 option...
Manuel Jacob -
r51265:80784ac0 stable
parent child Browse files
Show More
@@ -6602,7 +6602,7 b' def root(ui, repo, **opts):'
6602 ),
6602 ),
6603 (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')),
6603 (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')),
6604 (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')),
6604 (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')),
6605 (b'6', b'ipv6', None, _(b'use IPv6 in addition to IPv4')),
6605 (b'6', b'ipv6', None, _(b'use IPv6 instead of IPv4')),
6606 (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')),
6606 (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')),
6607 (b'', b'print-url', None, _(b'start and print only the URL')),
6607 (b'', b'print-url', None, _(b'start and print only the URL')),
6608 ]
6608 ]
General Comments 0
You need to be logged in to leave comments. Login now