From 060266e93accd92d592fa01700998a4f973587c5 Mon Sep 17 00:00:00 2001 From: "pahpa@orange.fr" Date: Wed, 17 Jun 2015 16:22:44 +0200 Subject: [PATCH] Modify make_option with dest variable 'escalate-verbosely' --- helpdesk/management/commands/create_escalation_exclusions.py | 1 + 1 file changed, 1 insertion(+) 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'), )