summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Franciosi <felipe@nutanix.com>2021-09-08 22:12:13 +0100
committerFelipe Franciosi <felipe@nutanix.com>2021-09-08 22:12:13 +0100
commit439ec78ad7f15d3bf9531e210c0e06f827629bae (patch)
tree275ffcd62a4778de091095b47dcd41987ee9cb72
parent84cfc2b8ac81b55a7223f51f6d807f634d98c0f9 (diff)
downloadwaitress-439ec78ad7f15d3bf9531e210c0e06f827629bae.tar.gz
runner: Fix alignment of --url-prefix
The help message contained a misaligned option. This fixes it. Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
-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