Added help string for --daemon-pipefds
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 18 Feb 2006 05:40:08 +0100
changeset 1742 1e5bb6c929cd
parent 1741 9777298fed84
child 1743 813f9f5fe837
child 1744 385b06493465
Added help string for --daemon-pipefds
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2506,7 +2506,7 @@ table = {
         (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')),