##// END OF EJS Templates
serve: mark --stdio and --cmdserver as "(ADVANCED)" flags...
Jun Wu -
r31081:be74ce1b default
parent child Browse files
Show More
@@ -4586,8 +4586,8 b' def root(ui, repo):'
4586 4586 ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'),
4587 4587 _('FILE')),
4588 4588 ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')),
4589 ('', 'stdio', None, _('for remote clients')),
4590 ('', 'cmdserver', '', _('for remote clients'), _('MODE')),
4589 ('', 'stdio', None, _('for remote clients (ADVANCED)')),
4590 ('', 'cmdserver', '', _('for remote clients (ADVANCED)'), _('MODE')),
4591 4591 ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')),
4592 4592 ('', 'style', '', _('template style to use'), _('STYLE')),
4593 4593 ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')),
General Comments 0
You need to be logged in to leave comments. Login now