summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRené Fleschenberg <rene@fleschenberg.net>2017-05-30 23:15:20 +0200
committerTim Graham <timograham@gmail.com>2017-05-30 17:15:20 -0400
commita30482a4b6e5d13e7325238fdc902fbca7e714f4 (patch)
treecf5493a7da8feef58d8181cd015d58a5da8000db /docs/ref
parent4a251f8bce2e65a445fb2c46c2f71f763311c0ac (diff)
Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
Diffstat (limited to 'docs/ref')
-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 7f120c28b3..29522ebe92 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1800,7 +1800,7 @@ To call a management command from code use ``call_command``.
``*args``
a list of arguments accepted by the command. Arguments are passed to the
argument parser, so you can use the same style as you would on the command
- line. For example, ``call_command('flush', 'verbosity=0')``.
+ line. For example, ``call_command('flush', '--verbosity=0')``.
``**options``
named options accepted on the command-line. Options are passed to the command