Ticket #7194: django-admin.txt.diff

File django-admin.txt.diff, 1.3 KB (added by jhlywa <jhlywa@…>, 16 years ago)
  • docs/django-admin.txt

     
    313313Use ``--verbosity`` to specify the amount of notification and debug information
    314314that ``django-admin.py`` should print to the console.
    315315
    316         * ``0`` means no input.
    317         * ``1`` means normal input (default).
    318         * ``2`` means verbose input.
     316        * ``0`` means no output.
     317        * ``1`` means normal output (default).
     318        * ``2`` means verbose output.
    319319
    320320Example usage::
    321321
     
    556556Use ``--verbosity`` to specify the amount of notification and debug information
    557557that ``django-admin.py`` should print to the console.
    558558
    559         * ``0`` means no input.
    560         * ``1`` means normal input (default).
    561         * ``2`` means verbose input.
     559        * ``0`` means no output.
     560        * ``1`` means normal output (default).
     561        * ``2`` means verbose output.
    562562
    563563Example usage::
    564564
     
    592592Use ``--verbosity`` to specify the amount of notification and debug information
    593593that ``django-admin.py`` should print to the console.
    594594
    595         * ``0`` means no input.
    596         * ``1`` means normal input (default).
    597         * ``2`` means verbose input.
     595        * ``0`` means no output.
     596        * ``1`` means normal output (default).
     597        * ``2`` means verbose output.
    598598
    599599Example usage::
    600600
Back to Top