diff -r 9777298fed84 -r 1e5bb6c929cd mercurial/commands.py --- a/mercurial/commands.py Fri Feb 17 16:32:07 2006 -0800 +++ b/mercurial/commands.py Sat Feb 18 05:40:08 2006 +0100 @@ -2506,7 +2506,7 @@ (serve, [('A', 'accesslog', '', _('name of access log file to write to')), ('d', 'daemon', None, _('run server in background')), - ('', 'daemon-pipefds', '', ''), + ('', 'daemon-pipefds', '', _('used internally by daemon mode')), ('E', 'errorlog', '', _('name of error log file to write to')), ('p', 'port', 0, _('port to use (default: 8000)')), ('a', 'address', '', _('address to use')),