better help line

This commit is contained in:
Benoit Chesneau 2010-02-03 14:49:42 +01:00
parent b7903be3f3
commit c6c704346a

View File

@ -29,7 +29,7 @@ UMASK = 0
def options():
return [
op.make_option('-b', '--bind', dest='bind',
help='Adress to listen on. Ex. host:port or unix://path/to/socketfile'),
help='Adress to listen on. Ex. 127.0.0.1:8000 or unix:/tmp/gunicorn.sock'),
op.make_option('--workers', dest='workers', type='int',
help='Number of workers to spawn. [%default]'),
op.make_option('-p','--pid', dest='pidfile',