Ticket #6006: verbosity_typo.diff
File verbosity_typo.diff, 556 bytes (added by , 17 years ago) |
---|
-
docs/django-admin.txt
184 184 Use ``--verbosity`` to specify the amount of notification and debug information 185 185 that ``django-admin.py`` should print to the console. 186 186 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. 190 190 191 191 Example usage:: 192 192