From 3a639b8c119e096778c69bd9212f3296a2ae8e6f Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sat, 30 Jan 2010 02:47:00 +0100 Subject: [PATCH] update readme --- README.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 62d4abde..2b8781dd 100644 --- a/README.rst +++ b/README.rst @@ -23,12 +23,18 @@ Usage $ gunicorn --help Usage: gunicorn [OPTIONS] APP_MODULE - - Options: - --host=HOST Host to listen on. [127.0.0.1] - --port=PORT Port to listen on. [8000] - --workers=WORKERS Number of workers to spawn. [1] - -h, --help show this help message and exit + + Options: + --host=HOST Host to listen on. [none] + --port=PORT Port to listen on. [none] + --workers=WORKERS Number of workers to spawn. [none] + -p PIDFILE, --pid=PIDFILE + set the background PID FILE + -D, --daemon Run daemonized in the background. + --log-level=LOGLEVEL Log level below which to silence messages. [info] + --log-file=LOGFILE Log to a file. - is stdout. [-] + -d, --debug Debug mode. only 1 worker. + -h, --help show this help message and exit Example with test app::