Skip to content

Commit

Permalink
No '-v' for django.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Dec 19, 2015
1 parent b52aad0 commit cfaf172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huey/djhuey/management/commands/run_huey.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Command(BaseCommand):
help='Write logs to FILE',
metavar='FILE',
),
make_option('--verbose', '-v',
make_option('--verbose',
dest='verbose',
action='store_true',
help='Verbose logging',
Expand Down

0 comments on commit cfaf172

Please sign in to comment.