diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-07-12 14:21:51 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-07-12 14:21:51 +0000 |
| commit | 3990efff692892250f96900be93d7b3aa2eaa194 (patch) | |
| tree | 06b3b4d368a7ccbc37e6b44a119ca2fa94e876bd | |
| parent | 0f10867519938b88332d2e43803ec15874e8400f (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.txt | 2 |
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/ |
