hgext/keyword.py
changeset 11321 40c06bbf58be
parent 11320 e4274f9f97c8
child 11350 5ea28187707e
--- a/hgext/keyword.py	Wed Jun 09 12:45:48 2010 +0100
+++ b/hgext/keyword.py	Sun Jun 06 17:25:00 2010 +0900
@@ -559,7 +559,8 @@
     'kwdemo':
         (demo,
          [('d', 'default', None, _('show default keyword template maps')),
-          ('f', 'rcfile', '', _('read maps from rcfile'))],
+          ('f', 'rcfile', '',
+           _('read maps from rcfile'), _('FILE'))],
          _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
     'kwexpand': (expand, commands.walkopts,
                  _('hg kwexpand [OPTION]... [FILE]...')),