summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-07-12 14:21:51 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-07-12 14:21:51 +0000
commit3990efff692892250f96900be93d7b3aa2eaa194 (patch)
tree06b3b4d368a7ccbc37e6b44a119ca2fa94e876bd
parent0f10867519938b88332d2e43803ec15874e8400f (diff)
Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <bugs@bergstroem.nu>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/fastcgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt
index 81888bba76..dff1689905 100644
--- a/docs/fastcgi.txt
+++ b/docs/fastcgi.txt
@@ -93,7 +93,7 @@ protocol by using the ``protocol=<protocol_name>`` option with
``./manage.py runfcgi`` -- where ``<protocol_name>`` may be one of: ``fcgi``
(the default), ``scgi`` or ``ajp``. For example::
- ./manage.py runfcgi --protocol=scgi
+ ./manage.py runfcgi protocol=scgi
.. _flup: http://www.saddi.com/software/flup/
.. _fastcgi: http://www.fastcgi.com/