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