Mercurial > hg-stable
changeset 12582:18c79cef795c
serve: let --web-conf help reference hgweb
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 29 Sep 2010 01:32:50 +0200 |
parents | 19dabc8a3236 |
children | 903828be7397 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Sep 28 19:36:05 2010 +0200 +++ b/mercurial/commands.py Wed Sep 29 01:32:50 2010 +0200 @@ -4357,7 +4357,7 @@ _('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')),