hgext/purge.py
changeset 8761 0289f384e1e5
parent 8617 7af21dfae9d5
child 8866 87c30fb7e8df
--- a/hgext/purge.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/hgext/purge.py	Tue Jun 09 09:25:17 2009 -0400
@@ -102,7 +102,7 @@
         (purge,
          [('a', 'abort-on-err', None, _('abort if an error occurs')),
           ('',  'all', None, _('purge ignored files too')),
-          ('p', 'print', None, _('print the file names instead of deleting them')),
+          ('p', 'print', None, _('print filenames instead of deleting them')),
           ('0', 'print0', None, _('end filenames with NUL, for use with xargs'
                                   ' (implies -p/--print)')),
          ] + commands.walkopts,