# HG changeset patch # User Mads Kiilerich # Date 2010-09-28 23:32:50 # Node ID 18c79cef795cfff9b1353835c8093c256829aece # Parent 19dabc8a3236dbe5725246aead6b937858576dc9 serve: let --web-conf help reference hgweb diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4357,7 +4357,7 @@ table = { _('name to show in web pages (default: working directory)'), _('NAME')), ('', 'web-conf', '', - _('name of the hgweb config file (serve more than one repository)'), + _('name of the hgweb config file (see "hg help hgweb")'), _('FILE')), ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), _('FILE')),