Reformat help string for command line display.

This commit is contained in:
Paul J. Davis 2010-12-12 12:09:23 -05:00
parent 7f800c0eeb
commit 1f8f4228f0

View File

@ -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):