summaryrefslogtreecommitdiff
path: root/docs
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:00 -0400
commitea36e7454c267aab933e92481288e1eab636cd62 (patch)
tree52195c0c4984ef6e176e0b328b4b1f9804013927 /docs
parenteca6f91be2832208703d91e541e6f0b0addabfe0 (diff)
Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Diffstat (limited to 'docs')
-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 ea025559e9..883fb34f58 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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.