mercurial/commands.py
changeset 11180 4b02fc71bbba
parent 11179 aad0c319b96e
child 11181 6e65b451b62e
--- a/mercurial/commands.py	Fri May 14 22:29:15 2010 +0300
+++ b/mercurial/commands.py	Sat May 15 00:34:07 2010 +0300
@@ -3823,7 +3823,7 @@
           ('c', 'closed', False,
            _('show normal and closed branch heads')),
          ] + templateopts,
-         _('[-ac] [-r STARTREV] [REV]...')),
+         _('[-ac] [-r REV] [REV]...')),
     "help": (help_, [], _('[TOPIC]')),
     "identify|id":
         (identify,