Commit faacc54a authored by Tim Graham's avatar Tim Graham
Browse files

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

parent fa3cf006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')