Mercurial > hg
changeset 6841:05a62e8ddf3d
churn: fix documentation for churn options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Fri, 25 Jul 2008 13:23:59 +0200 |
parents | e30c56f337b1 |
children | e37fa751182a |
files | hgext/churn.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/churn.py Thu Jul 24 22:44:15 2008 +0200 +++ b/hgext/churn.py Fri Jul 25 13:23:59 2008 +0200 @@ -202,5 +202,5 @@ [('r', 'rev', [], _('limit statistics to the specified revisions')), ('', 'aliases', '', _('file with email aliases')), ('', 'progress', None, _('show progress'))], - 'hg churn [-r revision range] [-a file] [--progress]'), + 'hg churn [-r REVISIONS] [--aliases FILE] [--progress]'), }