# HG changeset patch # User Dirkjan Ochtman # Date 1216985039 -7200 # Node ID 05a62e8ddf3d314f781e078c23ff94fc2c3ed8c7 # Parent e30c56f337b1304eae90c53305dc31392a3a629f churn: fix documentation for churn options diff -r e30c56f337b1 -r 05a62e8ddf3d hgext/churn.py --- 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]'), }