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 e7d7d0564d..d58ac4bf8f 100644
--- a/django/core/management/commands/sqlall.py
+++ b/django/core/management/commands/sqlall.py
@@ -6,7 +6,7 @@ from django.db import connections, DEFAULT_DB_ALIAS
class Command(AppCommand):
- help = "Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for the given model module name(s)."
+ help = "Prints the CREATE TABLE and CREATE INDEX SQL statements for the given model module name(s)."
output_transaction = True