summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-06-11 20:34:01 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-06-11 20:34:01 -0600
commita0fcc8fef8cf39e5c5fe8afff131bb2c57a89d17 (patch)
tree15e9c907f0916ec64211a28a48872c5382a2acc3
parentd66a9aa1dbcca0747bda4a9f7a5dac26895e0a8d (diff)
downloadwaitress-a0fcc8fef8cf39e5c5fe8afff131bb2c57a89d17.tar.gz
Add some notes to the runner
-rw-r--r--waitress/runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/waitress/runner.py b/waitress/runner.py
index 89fa64f..72a8758 100644
--- a/waitress/runner.py
+++ b/waitress/runner.py
@@ -42,9 +42,13 @@ Standard options:
Hostname or IP address on which to listen, default is '0.0.0.0',
which means "all IP addresses on this host".
+ Note: May not be used together with --listen
+
--port=PORT
TCP port on which to listen, default is '8080'
+ Note: May not be used together with --listen
+
--listen=ip:port
Tell waitress to listen on an ip port combination.