Modify make_option with dest variable 'escalate-verbosely'

This commit is contained in:
pahpa@orange.fr 2015-06-17 16:22:44 +02:00
parent 6595eebd3f
commit 060266e93a

View File

@ -40,6 +40,7 @@ class Command(BaseCommand):
'--escalate-verbosely', '-x',
action='store_true',
default=False,
dest='escalate-verbosely',
help='Display a list of dates excluded'),
)