summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2007-06-22 14:57:46 +0000
committerRobert Brewer <fumanchu@aminus.org>2007-06-22 14:57:46 +0000
commitc368260f0c5fd68d3deaeba7c91d098a310ae66f (patch)
treef0ac9e5512ed2d42383c6eaaf56a1263d53d8a7d /cherrypy/test/test.py
parent46f6232fb6a1c44f3e7436fe0a110ba8e7ab9e40 (diff)
downloadcherrypy-git-c368260f0c5fd68d3deaeba7c91d098a310ae66f.tar.gz
No sense passing rfile if it's already required to be in wsgi.input.
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r--cherrypy/test/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cherrypy/test/test.py b/cherrypy/test/test.py
index 7cddab84..655c897e 100644
--- a/cherrypy/test/test.py
+++ b/cherrypy/test/test.py
@@ -174,7 +174,8 @@ class CommandLineParser(object):
print """CherryPy Test Program
Usage:
- test.py --server=* --host=%s --port=%s --1.0 --cover --basedir=path --profile --validate --conquer --dumb --tests**
+ test.py --help --server=* --host=%s --port=%s --1.0 --ssl --cover
+ --basedir=path --profile --validate --conquer --dumb --tests**
""" % (self.__class__.host, self.__class__.port)
print ' * servers:'