Django

Code

Ticket #6006: verbosity_typo.diff

File verbosity_typo.diff, 0.5 kB (added by dtulig, 1 year ago)

Changes "input" to "output" in 3 places.

  • docs/django-admin.txt

    old new  
    184184Use ``--verbosity`` to specify the amount of notification and debug information 
    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:: 
    192192