summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Tonnhofer <olt@bogosoft.com>2014-04-11 09:22:27 +0200
committerOliver Tonnhofer <olt@bogosoft.com>2014-04-11 09:22:27 +0200
commita4f02b3e222e209325024f13681c18db58a7faa2 (patch)
tree1f50d17fb892ef92e35363d3662f37f44050ab4f
parent09f25b3b0ae94654b4c847dcfff04063ae07ba94 (diff)
downloadwaitress-a4f02b3e222e209325024f13681c18db58a7faa2.tar.gz
Fix typo in waitress-serve example
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cf0eef8..3a2e145 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -57,7 +57,7 @@ Additionally, there is a command line runner called ``waitress-serve``, which
can be used in development and in situations where the likes of
:term:`PasteDeploy` is not necessary::
- waitress-serve --port-8041 myapp:wsgifunc
+ waitress-serve --port=8041 myapp:wsgifunc
For more information on this, see :ref:`runner`.