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:23 -0400 |
| commit | eba34c49c2a1264a360232adb6e0e30bb7268e5f (patch) | |
| tree | 29c54f8dc82613e7dfc5acd347577a254a4d4480 /docs | |
| parent | e8f585440dce2730b08eda818eba166f9f9f4930 (diff) | |
[1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
Diffstat (limited to 'docs')
| -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 0e59d65d50..39b8fe4f31 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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. |
