diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-28 10:38:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-28 10:38:36 -0400 |
| commit | ab38f4b27b11c3fcd6d8fd47415708df9309b8e2 (patch) | |
| tree | 51197a972fc68f369201b0e38523cd104f5f14c4 /docs/ref | |
| parent | 16b97a2cebff2d59d2aadf99b4a240cdc767d646 (diff) | |
[1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 19793fad4d..cfe4ff4560 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1615,7 +1615,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. |
