From a1baec58174b8270dd4972444040cb69380cfd95 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 25 Dec 2012 06:42:23 +0100 Subject: [PATCH] fix help formatting --- gunicorn/config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index f604f5af..6c0023fb 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1272,7 +1272,8 @@ class SyslogPrefix(Setting): validator = validate_string default = None desc = """\ - makes gunicorn use the parameter as program-name in the - syslog entry header. All entries will be prefixed by gunicorn.. By - default the program name is the name of the process. + makes gunicorn use the parameter as program-name in the syslog entries. + + All entries will be prefixed by gunicorn.. By default the program + name is the name of the process. """