summaryrefslogtreecommitdiff
path: root/src/waitress/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/runner.py')
-rw-r--r--src/waitress/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waitress/runner.py b/src/waitress/runner.py
index 949fdb9..9a5f0e3 100644
--- a/src/waitress/runner.py
+++ b/src/waitress/runner.py
@@ -96,7 +96,7 @@ Standard options:
--url-scheme=STR
Default wsgi.url_scheme value, default is 'http'.
- --url-prefix=STR
+ --url-prefix=STR
The ``SCRIPT_NAME`` WSGI environment value. Setting this to anything
except the empty string will cause the WSGI ``SCRIPT_NAME`` value to be
the value passed minus any trailing slashes you add, and it will cause