fix indent. I hate osx sometimes

This commit is contained in:
Benoit Chesneau 2010-02-15 15:59:46 +01:00
parent 6e3fec40fc
commit 947ddaee40

View File

@ -27,7 +27,8 @@ Usage
Options: Options:
-b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or -b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or
unix:/tmp/gunicorn.sock unix:/tmp/gunicorn.sock
-w, --workers=WORKERS Number of workers to spawn. [none] -w WORKERS, --workers=WORKERS
Number of workers to spawn. [none]
-p PIDFILE, --pid=PIDFILE -p PIDFILE, --pid=PIDFILE
set the background PID FILE set the background PID FILE
-D, --daemon Run daemonized in the background. -D, --daemon Run daemonized in the background.