changeset 1068:498456c2e8e5

Fixed synopsis for grep command.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 26 Aug 2005 16:47:09 +0200
parents fae1204603dc
children 4337cd845a2a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')],