summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/staticfiles/management/commands/collectstatic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/staticfiles/management/commands/collectstatic.py b/django/contrib/staticfiles/management/commands/collectstatic.py
index 2d2413e808..e593056ce2 100644
--- a/django/contrib/staticfiles/management/commands/collectstatic.py
+++ b/django/contrib/staticfiles/management/commands/collectstatic.py
@@ -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')