Mercurial > hg-stable
changeset 1490:c3ffdb2c4091
minor doc fix
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 02 Nov 2005 16:13:34 -0800 |
parents | a64fdaf60f9d |
children | 91c0e8d7ddcf |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Nov 02 16:13:24 2005 -0800 +++ b/mercurial/commands.py Wed Nov 02 16:13:34 2005 -0800 @@ -2217,7 +2217,7 @@ (grep, [('0', 'print0', None, _('end fields with NUL')), ('I', 'include', [], _('include names matching the given patterns')), - ('X', 'exclude', [], _('include names matching the given patterns')), + ('X', 'exclude', [], _('exclude names matching the given patterns')), ('', 'all', None, _('print all revisions that match')), ('i', 'ignore-case', None, _('ignore case when matching')), ('l', 'files-with-matches', None, _('print only filenames and revs that match')),