summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-09-08 19:28:16 -0700
committerGitHub <noreply@github.com>2021-09-08 19:28:16 -0700
commitf41e59826c81d7da5309e4b3694d5ac7a8bbd626 (patch)
tree275ffcd62a4778de091095b47dcd41987ee9cb72
parent84cfc2b8ac81b55a7223f51f6d807f634d98c0f9 (diff)
parent439ec78ad7f15d3bf9531e210c0e06f827629bae (diff)
downloadwaitress-f41e59826c81d7da5309e4b3694d5ac7a8bbd626.tar.gz
Merge pull request #352 from franciozzy/runner-fix-help
runner: Fix alignment of --url-prefix
-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