mercurial/commands.py
changeset 9698 3bbc6bc62809
parent 9689 57cee011ffcb
child 9714 2f1ab7f77ddc
--- a/mercurial/commands.py	Mon Nov 02 20:50:30 2009 +0100
+++ b/mercurial/commands.py	Mon Nov 02 20:50:57 2009 +0100
@@ -3211,7 +3211,7 @@
     ('', 'encoding', encoding.encoding, _('set the charset encoding')),
     ('', 'encodingmode', encoding.encodingmode,
      _('set the charset encoding mode')),
-    ('', 'traceback', None, _('print traceback on exception')),
+    ('', 'traceback', None, _('always print a traceback on exception')),
     ('', 'time', None, _('time how long the command takes')),
     ('', 'profile', None, _('print command execution profile')),
     ('', 'version', None, _('output version information and exit')),