Skip to content

Commit

Permalink
Merge pull request #352 from franciozzy/runner-fix-help
Browse files Browse the repository at this point in the history
runner: Fix alignment of --url-prefix
  • Loading branch information
stevepiercy committed Sep 9, 2021
2 parents 84cfc2b + 439ec78 commit f41e598
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 f41e598

Please sign in to comment.