mercurial/commands.py
changeset 1068 498456c2e8e5
parent 1067 fae1204603dc
child 1071 8f0ac653f85e
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1546,7 +1546,7 @@ table = {
           ('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')],