hgext/churn.py
changeset 6843 b114a8c7998f
parent 6762 f67d1468ac50
parent 6841 05a62e8ddf3d
child 6955 a9411e29773f
--- a/hgext/churn.py	Thu Jul 24 16:32:52 2008 +0200
+++ b/hgext/churn.py	Fri Jul 25 13:27:06 2008 +0200
@@ -115,5 +115,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]'),
 }