Skip to content

Commit 3990eff

Browse files
committed
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
1 parent 0f10867 commit 3990eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fastcgi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protocol by using the ``protocol=<protocol_name>`` option with
9393
``./manage.py runfcgi`` -- where ``<protocol_name>`` may be one of: ``fcgi``
9494
(the default), ``scgi`` or ``ajp``. For example::
9595

96-
./manage.py runfcgi --protocol=scgi
96+
./manage.py runfcgi protocol=scgi
9797

9898
.. _flup: http://www.saddi.com/software/flup/
9999
.. _fastcgi: http://www.fastcgi.com/

0 commit comments

Comments
 (0)