Fixed synopsis for grep command.
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 26 Aug 2005 16:47:09 +0200
changeset 1068 498456c2e8e5
parent 1067 fae1204603dc
child 1069 4337cd845a2a
Fixed synopsis for grep command.
mercurial/commands.py
--- a/mercurial/commands.py	Fri Aug 26 16:37:28 2005 +0200
+++ b/mercurial/commands.py	Fri Aug 26 16:47:09 2005 +0200
@@ -1546,7 +1546,7 @@
           ('r', 'rev', [], 'search in revision rev'),
           ('s', 'no-messages', None, 'do not print error messages'),
           ('v', 'invert-match', None, 'select non-matching lines')],
-         "hg grep [options] [pat] [files]"),
+         "hg grep [OPTION]... [PATTERN] [FILE]..."),
     "heads":
         (heads,
          [('b', 'branches', None, 'find branch info')],