mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 08:27:59 +02:00
Modify make_option with dest variable 'escalate-verbosely'
This commit is contained in:
@ -40,6 +40,7 @@ class Command(BaseCommand):
|
|||||||
'--escalate-verbosely', '-x',
|
'--escalate-verbosely', '-x',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
|
dest='escalate-verbosely',
|
||||||
help='Display a list of dates excluded'),
|
help='Display a list of dates excluded'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user