grep: clarify help for -r stable
authorBrendan Cully <brendan@kublai.com>
Mon, 03 May 2010 15:22:47 -0700
branchstable
changeset 11089 9f2c0dd91389
parent 11082 b8d0b4721aff
child 11090 70a0acfe51d6
child 11102 275198bc904a
grep: clarify help for -r
mercurial/commands.py
--- a/mercurial/commands.py	Sat May 01 16:02:51 2010 -0500
+++ b/mercurial/commands.py	Mon May 03 15:22:47 2010 -0700
@@ -3610,7 +3610,7 @@
           ('l', 'files-with-matches', None,
            _('print only filenames and revisions that match')),
           ('n', 'line-number', None, _('print matching line numbers')),
-          ('r', 'rev', [], _('search in given revision range')),
+          ('r', 'rev', [], _('only search files changed within revision range')),
           ('u', 'user', None, _('list the author (long with -v)')),
           ('d', 'date', None, _('list the date (short with -q)')),
          ] + walkopts,