hgext/purge.py
changeset 8076 5ec526c1a32f
parent 8044 c1e2b7407dc3
child 8209 a1a5a57efe90
--- a/hgext/purge.py	Sat Apr 18 00:21:11 2009 -0700
+++ b/hgext/purge.py	Sat Apr 18 14:40:21 2009 +0200
@@ -104,7 +104,7 @@
           ('',  'all', None, _('purge ignored files too')),
           ('p', 'print', None, _('print the file names instead of deleting them')),
           ('0', 'print0', None, _('end filenames with NUL, for use with xargs'
-                                  ' (implies -p)')),
+                                  ' (implies -p/--print)')),
          ] + commands.walkopts,
          _('hg purge [OPTION]... [DIR]...'))
 }