From 1f8f4228f0c122c2a927a6540cdce50ab9aff580 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sun, 12 Dec 2010 12:09:23 -0500 Subject: [PATCH] Reformat help string for command line display. --- gunicorn/config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 82935973..ada81f19 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -557,8 +557,10 @@ class LogConfig(Setting): validator = validate_string default = None desc = """\ - The log config file to use. Gunicorn uses the standard Python \ -logging module's Configuration file format. + The log config file to use. + + Gunicorn uses the standard Python logging module's Configuration + file format. """ class Procname(Setting):