summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-04-11 07:57:27 -0400
committerTres Seaver <tseaver@palladion.com>2014-04-11 07:57:27 -0400
commit11bd487ecb0b44c231b46ecffae4ce063049f9f3 (patch)
tree1f50d17fb892ef92e35363d3662f37f44050ab4f
parent09f25b3b0ae94654b4c847dcfff04063ae07ba94 (diff)
parenta4f02b3e222e209325024f13681c18db58a7faa2 (diff)
downloadwaitress-11bd487ecb0b44c231b46ecffae4ce063049f9f3.tar.gz
Merge pull request #57 from olt/patch-1
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`.