Corrected some command synopsises
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 02 Nov 2008 17:28:03 +0100
changeset 7303 d14c25e823ba
parent 7302 972737252d05
child 7304 68374f1c8c87
Corrected some command synopsises
mercurial/commands.py
--- a/mercurial/commands.py	Sat Nov 01 14:05:13 2008 +0200
+++ b/mercurial/commands.py	Sun Nov 02 17:28:03 2008 +0100
@@ -3035,7 +3035,7 @@
           ('s', 'skip', False, _('skip testing changeset')),
           ('c', 'command', '', _('Use command to check changeset state')),
           ('U', 'noupdate', False, _('do not update to target'))],
-         _("hg bisect [-gbsr] [REV] [-c COMMAND]")),
+         _("hg bisect [-gbsr] [-c CMD] [REV]")),
     "branch":
         (branch,
          [('f', 'force', None,
@@ -3127,7 +3127,7 @@
     "debugstate":
         (debugstate,
          [('', 'nodates', None, _('do not display the saved mtime'))],
-         _('hg debugstate [OPTS]')),
+         _('hg debugstate [OPTION]...')),
     "debugwalk": (debugwalk, walkopts, _('hg debugwalk [OPTION]... [FILE]...')),
     "^diff":
         (diff,
@@ -3288,7 +3288,7 @@
          [('l', 'list', None, _('list state of files needing merge')),
           ('m', 'mark', None, _('mark files as resolved')),
           ('u', 'unmark', None, _('unmark files as resolved'))],
-          _('hg resolve [OPTION] [FILES...]')),
+          _('hg resolve [OPTION]... [FILE]...')),
     "revert":
         (revert,
          [('a', 'all', None, _('revert all changes when no arguments given')),