summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/django-admin.txt')
-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 9e3f6177e4..852ebf424a 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1778,7 +1778,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