diff --git a/helpdesk/management/commands/create_escalation_exclusions.py b/helpdesk/management/commands/create_escalation_exclusions.py index 84907880..52db4f85 100644 --- a/helpdesk/management/commands/create_escalation_exclusions.py +++ b/helpdesk/management/commands/create_escalation_exclusions.py @@ -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'), )