mercurial/commands.py
branchstable
changeset 23137 7867f15b4a38
parent 23123 c26b7a810749
child 23254 d23834b871ac
child 23400 3bd577a3283e
--- a/mercurial/commands.py	Sat Nov 01 22:48:49 2014 -0500
+++ b/mercurial/commands.py	Sun Nov 02 13:20:07 2014 +0900
@@ -5477,7 +5477,7 @@
     [('A', 'accesslog', '', _('name of access log file to write to'),
      _('FILE')),
     ('d', 'daemon', None, _('run server in background')),
-    ('', 'daemon-pipefds', '', _('used internally by daemon mode'), _('NUM')),
+    ('', 'daemon-pipefds', '', _('used internally by daemon mode'), _('FILE')),
     ('E', 'errorlog', '', _('name of error log file to write to'), _('FILE')),
     # use string type, then we can check if something was passed
     ('p', 'port', '', _('port to listen on (default: 8000)'), _('PORT')),