mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Fixed #22891 -- Clarified that collecstatic --clear with delete all files in the storage location.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user