From 4cb51412919a0aacdb26c87d409ab3afaf53ca18 Mon Sep 17 00:00:00 2001 From: René Fleschenberg Date: Tue, 30 May 2017 23:15:20 +0200 Subject: [1.10.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt. Backport of a30482a4b6e5d13e7325238fdc902fbca7e714f4 from master --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index cfe4ff4560..b2ed8769d2 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1781,7 +1781,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 -- cgit v1.3