added help for a bunch of options

This commit is contained in:
roberto@debian32
2011-08-27 19:37:34 +02:00
parent 0e41c4111a
commit 2b04cefe4e
2 changed files with 15 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ struct uwsgi_help_item uwsgi_python_help[] = {
{"file <file>", "use python file instead of python module for configuration"},
{"eval <code>", "evaluate code for app configuration"},
{"ini-paste <inifile>", "path of ini config file that contains paste configuration"},
{"pyshell", "run a python interactive shell in the uwsgi environment (steals a worker)"},
{ 0, 0},