Skip to content

Commit

Permalink
runner: Fix alignment of --url-prefix
Browse files Browse the repository at this point in the history
The help message contained a misaligned option. This fixes it.

Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
  • Loading branch information
franciozzy committed Sep 8, 2021
1 parent 84cfc2b commit 439ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waitress/runner.py
Expand Up @@ -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
Expand Down

0 comments on commit 439ec78

Please sign in to comment.