summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-03-28 10:38:00 -0400
committerTim Graham <timograham@gmail.com>2017-03-28 10:38:36 -0400
commitab38f4b27b11c3fcd6d8fd47415708df9309b8e2 (patch)
tree51197a972fc68f369201b0e38523cd104f5f14c4
parent16b97a2cebff2d59d2aadf99b4a240cdc767d646 (diff)
downloaddjango-ab38f4b27b11c3fcd6d8fd47415708df9309b8e2.tar.gz
[1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
-rw-r--r--docs/ref/django-admin.txt2
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.