Django

Code

Changeset 7105

Show
Ignore:
Timestamp:
02/11/08 18:48:37 (10 months ago)
Author:
russellm
Message:

Clarified help message for ./manage.py sqlall

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management/commands/sqlall.py

    r5898 r7105  
    22 
    33class Command(AppCommand): 
    4     help = "Prints the CREATE TABLE, initial-data and CREATE INDEX SQL statements for the given model module name(s)." 
     4    help = "Prints the CREATE TABLE, initial SQL and CREATE INDEX SQL statements for the given model module name(s)." 
    55 
    66    output_transaction = True