diff --git a/hgext/churn.py b/hgext/churn.py --- a/hgext/churn.py +++ b/hgext/churn.py @@ -202,5 +202,5 @@ cmdtable = { [('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]'), }