mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
better help line
This commit is contained in:
parent
b7903be3f3
commit
c6c704346a
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user