no cookie for me. but let me the coffee

This commit is contained in:
benoitc 2010-02-22 18:33:34 +01:00
parent dbc07e669f
commit aea5133183
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ def options():
op.make_option('-g', '--group', dest="group",
help="Change worker group"),
op.make_option('-n', '--name', dest='app_name',
help="Processus name"),
help="Process name"),
op.make_option('--log-level', dest='loglevel',
help='Log level below which to silence messages. [info]'),
op.make_option('--log-file', dest='logfile',

View File

@ -37,7 +37,7 @@ class Command(BaseCommand):
make_option('-g', '--group', dest="group",
help="Change worker group"),
make_option('-n', '--name', dest='app_name',
help="Processus name"),
help="Process name"),
)
help = "Starts a fully-functional Web server using gunicorn."
args = '[optional port number, or ipaddr:port or unix:/path/to/sockfile]'