Show More
@@ -2217,7 +2217,7 b' table = {' | |||||
2217 | (grep, |
|
2217 | (grep, | |
2218 | [('0', 'print0', None, _('end fields with NUL')), |
|
2218 | [('0', 'print0', None, _('end fields with NUL')), | |
2219 | ('I', 'include', [], _('include names matching the given patterns')), |
|
2219 | ('I', 'include', [], _('include names matching the given patterns')), | |
2220 |
('X', 'exclude', [], _(' |
|
2220 | ('X', 'exclude', [], _('exclude names matching the given patterns')), | |
2221 | ('', 'all', None, _('print all revisions that match')), |
|
2221 | ('', 'all', None, _('print all revisions that match')), | |
2222 | ('i', 'ignore-case', None, _('ignore case when matching')), |
|
2222 | ('i', 'ignore-case', None, _('ignore case when matching')), | |
2223 | ('l', 'files-with-matches', None, _('print only filenames and revs that match')), |
|
2223 | ('l', 'files-with-matches', None, _('print only filenames and revs that match')), |
General Comments 0
You need to be logged in to leave comments.
Login now