summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlall.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/management/commands/sqlall.py')
-rw-r--r--django/core/management/commands/sqlall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/commands/sqlall.py b/django/core/management/commands/sqlall.py
index d63dfb4b10..bf3c734bb6 100644
--- a/django/core/management/commands/sqlall.py
+++ b/django/core/management/commands/sqlall.py
@@ -1,7 +1,7 @@
from django.core.management.base import AppCommand
class Command(AppCommand):
- help = "Prints the CREATE TABLE, initial-data and CREATE INDEX SQL statements for the given model module name(s)."
+ help = "Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for the given model module name(s)."
output_transaction = True