Show More
@@ -3610,7 +3610,7 b' table = {' | |||||
3610 | ('l', 'files-with-matches', None, |
|
3610 | ('l', 'files-with-matches', None, | |
3611 | _('print only filenames and revisions that match')), |
|
3611 | _('print only filenames and revisions that match')), | |
3612 | ('n', 'line-number', None, _('print matching line numbers')), |
|
3612 | ('n', 'line-number', None, _('print matching line numbers')), | |
3613 |
('r', 'rev', [], _('search |
|
3613 | ('r', 'rev', [], _('only search files changed within revision range')), | |
3614 | ('u', 'user', None, _('list the author (long with -v)')), |
|
3614 | ('u', 'user', None, _('list the author (long with -v)')), | |
3615 | ('d', 'date', None, _('list the date (short with -q)')), |
|
3615 | ('d', 'date', None, _('list the date (short with -q)')), | |
3616 | ] + walkopts, |
|
3616 | ] + walkopts, |
General Comments 0
You need to be logged in to leave comments.
Login now