diff hgext/purge.py @ 8076:5ec526c1a32f

help texts: write command line switches as -a/--abc
author Martin Geisler <mg@lazybytes.net>
date Sat, 18 Apr 2009 14:40:21 +0200
parents c1e2b7407dc3
children a1a5a57efe90
line wrap: on
line diff
--- 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]...'))
 }