diff -r 1f0a5a5fff43 -r 5ec526c1a32f hgext/purge.py --- 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]...')) }