mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-18 20:08:33 +01:00
Merge pull request #334 from pahpa/master
Modify make_option with dest variable 'escalate-verbosely'
This commit is contained in:
commit
48d1feb69d
@ -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