mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
"applicationi name" -> "processus name"
This commit is contained in:
parent
77472845a4
commit
dbc07e669f
@ -43,7 +43,7 @@ def options():
|
|||||||
op.make_option('-g', '--group', dest="group",
|
op.make_option('-g', '--group', dest="group",
|
||||||
help="Change worker group"),
|
help="Change worker group"),
|
||||||
op.make_option('-n', '--name', dest='app_name',
|
op.make_option('-n', '--name', dest='app_name',
|
||||||
help="Application name"),
|
help="Processus name"),
|
||||||
op.make_option('--log-level', dest='loglevel',
|
op.make_option('--log-level', dest='loglevel',
|
||||||
help='Log level below which to silence messages. [info]'),
|
help='Log level below which to silence messages. [info]'),
|
||||||
op.make_option('--log-file', dest='logfile',
|
op.make_option('--log-file', dest='logfile',
|
||||||
|
|||||||
@ -37,7 +37,7 @@ class Command(BaseCommand):
|
|||||||
make_option('-g', '--group', dest="group",
|
make_option('-g', '--group', dest="group",
|
||||||
help="Change worker group"),
|
help="Change worker group"),
|
||||||
make_option('-n', '--name', dest='app_name',
|
make_option('-n', '--name', dest='app_name',
|
||||||
help="Application name"),
|
help="Processus name"),
|
||||||
)
|
)
|
||||||
help = "Starts a fully-functional Web server using gunicorn."
|
help = "Starts a fully-functional Web server using gunicorn."
|
||||||
args = '[optional port number, or ipaddr:port or unix:/path/to/sockfile]'
|
args = '[optional port number, or ipaddr:port or unix:/path/to/sockfile]'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user