[1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c
from master
This commit is contained in:
parent
e8f585440d
commit
eba34c49c2
|
@ -1613,7 +1613,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.
|
||||
|
|
Loading…
Reference in New Issue