From e8a82c9598c31f0c58dd19c228b278a51e5b6d59 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 15 Feb 2010 16:02:24 +0100 Subject: [PATCH] really fix this indent stuff. --- README.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index a1a57ec1..684ae041 100644 --- a/README.rst +++ b/README.rst @@ -23,26 +23,26 @@ Usage $ gunicorn --help Usage: gunicorn [OPTIONS] [APP_MODULE] - - Options: - -b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or - unix:/tmp/gunicorn.sock - -w WORKERS, --workers=WORKERS - Number of workers to spawn. [none] - -p PIDFILE, --pid=PIDFILE - set the background PID FILE - -D, --daemon Run daemonized in the background. - -m UMASK, --umask=UMASK - Define umask of daemon process - -u USER, --user=USER Change worker user - -g GROUP, --group=GROUP - Change worker group - --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. - --version show program's version number and exit - -h, --help show this help message and exit - + + Options: + -b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or + unix:/tmp/gunicorn.sock + -w WORKERS, --workers=WORKERS + Number of workers to spawn. [none] + -p PIDFILE, --pid=PIDFILE + set the background PID FILE + -D, --daemon Run daemonized in the background. + -m UMASK, --umask=UMASK + Define umask of daemon process + -u USER, --user=USER Change worker user + -g GROUP, --group=GROUP + Change worker group + --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. + --version show program's version number and exit + -h, --help show this help message and exit + Example with test app::