mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Rename force flag to force-revalidation
This commit is contained in:
parent
011c0c2e5f
commit
513b23b169
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Command(BaseCommand):
|
|||
can_import_settings = True
|
||||
|
||||
option_list = BaseCommand.option_list + (
|
||||
make_option('--force',
|
||||
make_option('--force-revalidation',
|
||||
dest='force_revalidation',
|
||||
action='store_true',
|
||||
default=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue