diff --git a/django/core/management/commands/sqlmigrate.py b/django/core/management/commands/sqlmigrate.py index 46b9ba9929..36cdf154b6 100644 --- a/django/core/management/commands/sqlmigrate.py +++ b/django/core/management/commands/sqlmigrate.py @@ -19,6 +19,7 @@ class Command(BaseCommand): ) help = "Prints the SQL statements for the named migration." + args = "[app_label] [migration_name]" output_transaction = True def execute(self, *args, **options):