diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/scripts/proutes.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pyramid/scripts/proutes.py b/src/pyramid/scripts/proutes.py index 189b125ce..88af2a787 100644 --- a/src/pyramid/scripts/proutes.py +++ b/src/pyramid/scripts/proutes.py @@ -268,9 +268,11 @@ class PRoutesCommand(object): 'config_vars', nargs='*', default=(), - help="Variables required by the config file. For example, " - "`http_port=%%(http_port)s` would expect `http_port=8080` to be " - "passed here.", + help=( + "Variables required by the config file. For example, " + "`http_port=%%(http_port)s` would expect `http_port=8080` to be " + "passed here.", + ), ) def __init__(self, argv, quiet=False): |
