mirror of
https://github.com/django/django.git
synced 2025-03-03 13:34:26 +00:00
Fixed #22891 -- Clarified that collecstatic --clear with delete all files in the storage location.
This commit is contained in:
parent
fa3cf006b2
commit
faacc54ac8
@ -154,7 +154,7 @@ class Command(BaseCommand):
|
||||
message.append('.\n\n')
|
||||
|
||||
if self.clear:
|
||||
message.append('This will DELETE EXISTING FILES!\n')
|
||||
message.append('This will DELETE ALL FILES in this location!\n')
|
||||
else:
|
||||
message.append('This will overwrite existing files!\n')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user