mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
Modify make_option with dest variable 'escalate-verbosely'
This commit is contained in:
parent
6595eebd3f
commit
060266e93a
@ -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'),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user