diff hgext/purge.py @ 8761:0289f384e1e5

Generally replace "file name" with "filename" in help and comments.
author timeless <timeless@gmail.com>
date Tue, 09 Jun 2009 09:25:17 -0400
parents 7af21dfae9d5
children 87c30fb7e8df
line wrap: on
line diff
--- 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,