Author: russellm Date: 2007-07-12 09:21:51 -0500 (Thu, 12 Jul 2007) New Revision: 5675
Modified: django/trunk/docs/fastcgi.txt Log: Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <[EMAIL PROTECTED]>. Modified: django/trunk/docs/fastcgi.txt =================================================================== --- django/trunk/docs/fastcgi.txt 2007-07-12 14:11:41 UTC (rev 5674) +++ django/trunk/docs/fastcgi.txt 2007-07-12 14:21:51 UTC (rev 5675) @@ -93,7 +93,7 @@ ``./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/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
