Django

Code

Changeset 6747

Show
Ignore:
Timestamp:
11/29/07 13:30:42 (11 months ago)
Author:
mtredinnick
Message:

Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by
NorbertK.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r6743 r6747  
    185185that ``django-admin.py`` should print to the console. 
    186186 
    187         * ``0`` means no input. 
    188         * ``1`` means normal input (default). 
    189         * ``2`` means verbose input. 
     187        * ``0`` means no output. 
     188        * ``1`` means normal output (default). 
     189        * ``2`` means verbose output. 
    190190 
    191191Example usage::