# HG changeset patch # User Thomas Arendsen Hein # Date 2005-08-26 14:47:09 # Node ID 498456c2e8e5e73fe2eed3374cecec72fbfdcbea # Parent fae1204603dc0e539f30320f018dc9ba6d327859 Fixed synopsis for grep command. diff --git a/mercurial/commands.py b/mercurial/commands.py --- 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')],