From 439ec78ad7f15d3bf9531e210c0e06f827629bae Mon Sep 17 00:00:00 2001 From: Felipe Franciosi Date: Wed, 8 Sep 2021 22:12:13 +0100 Subject: [PATCH] runner: Fix alignment of --url-prefix The help message contained a misaligned option. This fixes it. Signed-off-by: Felipe Franciosi --- src/waitress/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/waitress/runner.py b/src/waitress/runner.py index 949fdb9e..9a5f0e3f 100644 --- a/src/waitress/runner.py +++ b/src/waitress/runner.py @@ -96,7 +96,7 @@ --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