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')
|
message.append('.\n\n')
|
||||||
|
|
||||||
if self.clear:
|
if self.clear:
|
||||||
message.append('This will DELETE EXISTING FILES!\n')
|
message.append('This will DELETE ALL FILES in this location!\n')
|
||||||
else:
|
else:
|
||||||
message.append('This will overwrite existing files!\n')
|
message.append('This will overwrite existing files!\n')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue