Skip to content

Commit

Permalink
Merge pull request #334 from pahpa/master
Browse files Browse the repository at this point in the history
Modify make_option with dest variable 'escalate-verbosely'
  • Loading branch information
rossp committed Jun 18, 2015
2 parents 84330ee + 060266e commit 48d1feb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self):
'--escalate-verbosely', '-x',
action='store_true',
default=False,
dest='escalate-verbosely',
help='Display a list of dates excluded'),
)

Expand Down

0 comments on commit 48d1feb

Please sign in to comment.