Mercurial > hg
changeset 1742:1e5bb6c929cd
Added help string for --daemon-pipefds
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 18 Feb 2006 05:40:08 +0100 |
parents | 9777298fed84 |
children | 813f9f5fe837 385b06493465 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')),