Mercurial > hg > wsgintegrate
changeset 21:3621afe99a72
STUB: wsgintegrate/main.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 06 Mar 2014 23:12:55 -0800 |
parents | caf763fc1c7d |
children | 37b47aedcc3d |
files | wsgintegrate/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wsgintegrate/main.py Thu Mar 06 22:52:25 2014 -0800 +++ b/wsgintegrate/main.py Thu Mar 06 23:12:55 2014 -0800 @@ -34,7 +34,7 @@ if len(servers) > 1: parser.add_option('-s', '--server', dest='server', choices=servers.keys(), default='wsgiref', - help="which WSGI server to use [Choices: {}]".format(', '.join(servers.keys()))) + help="which WSGI server to use [Choices: %s]" % ', '.join(servers.keys())) options, args = parser.parse_args(args) # check for single configuration file