Fixed #22891 -- Clarified that collecstatic --clear with delete all files in the storage location.

This commit is contained in:
Tim Graham 2014-07-23 10:10:42 -04:00
parent fa3cf006b2
commit faacc54ac8
1 changed files with 1 additions and 1 deletions

View File

@ -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')