Skip to content

Commit

Permalink
Issue sc3#262 - fixed command line argument error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinklareth committed Mar 3, 2014
1 parent dd5b29b commit 7bc5a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countyapi/management/commands/ng_scraper.py
Expand Up @@ -14,7 +14,7 @@
class Command(BaseCommand):

START_DATE = 'start_date'
VERBOSE_MODE = 'verbose_mode'
VERBOSE_MODE = 'verbose'

help = "Scrape inmate data from Cook County Sheriff's site."
option_list = BaseCommand.option_list + (
Expand Down

0 comments on commit 7bc5a9f

Please sign in to comment.