1
0
mirror of https://github.com/django/django.git synced 2025-03-03 13:34:26 +00:00

Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.

This commit is contained in:
Tim Graham 2017-03-28 10:38:00 -04:00
parent eca6f91be2
commit ea36e7454c

View File

@ -1582,7 +1582,7 @@ Example usage::
django-admin migrate --traceback
.. django-admin-option:: --verbosity {0,1,2,3}, --v {0,1,2,3}
.. django-admin-option:: --verbosity {0,1,2,3}, -v {0,1,2,3}
Specifies the amount of notification and debug information that a command
should print to the console.