1
0
forked from VimPlug/jedi

Show default value for --record

This commit is contained in:
Takafumi Arakaki
2013-05-23 00:53:45 +02:00
parent d246192df0
commit 286279f14a

View File

@@ -269,7 +269,7 @@ class AttackApp(object):
description=__doc__)
parser.add_argument(
'--record', '-R', default='record.json',
help='Exceptions are recorded in here.')
help='Exceptions are recorded in here (default: %(default)s).')
parser.add_argument(
'--pdb', dest='debugger', const='pdb', action='store_const',
help="Launch pdb when error is raised.")