changeset 10830:824310023e4a

commands: fix typo
author Martin Geisler <mg@lazybytes.net>
date Mon, 05 Apr 2010 01:31:16 +0200
parents 56fffc9c8928
children 441f5d66da03
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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', '',