Kaydet (Commit) a30482a4 authored tarafından René Fleschenberg's avatar René Fleschenberg Kaydeden (comit) Tim Graham

Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.

üst 4a251f8b
...@@ -1800,7 +1800,7 @@ To call a management command from code use ``call_command``. ...@@ -1800,7 +1800,7 @@ To call a management command from code use ``call_command``.
``*args`` ``*args``
a list of arguments accepted by the command. Arguments are passed to the 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 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`` ``**options``
named options accepted on the command-line. Options are passed to the command named options accepted on the command-line. Options are passed to the command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment