diff --git a/django/core/management/commands/flush.py b/django/core/management/commands/flush.py index bc8021cf4e..a187a65684 100644 --- a/django/core/management/commands/flush.py +++ b/django/core/management/commands/flush.py @@ -50,7 +50,7 @@ class Command(BaseCommand): if interactive: confirm = input("""You have requested a flush of the database. -This will IRREVERSIBLY DESTROY all data currently in the %r database, +This will IRREVERSIBLY DESTROY all data currently in the "%s" database, and return each table to an empty state. Are you sure you want to do this?