diff mercurial/commands.py @ 10830:824310023e4a

commands: fix typo
author Martin Geisler <mg@lazybytes.net>
date Mon, 05 Apr 2010 01:31:16 +0200
parents d14d45fae927
children 420bc8124904
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Apr 05 01:00:14 2010 +0200
+++ b/mercurial/commands.py	Mon Apr 05 01:31:16 2010 +0200
@@ -3822,7 +3822,7 @@
           ('', 'daemon-pipefds', '', _('used internally by daemon mode')),
           ('E', 'errorlog', '', _('name of error log file to write to')),
           # use string type, then we can check if something was passed
-          ('p', 'port', '', _('port to listen on (default: 8000')),
+          ('p', 'port', '', _('port to listen on (default: 8000)')),
           ('a', 'address', '',
            _('address to listen on (default: all interfaces)')),
           ('', 'prefix', '',