mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
fix typo and long line
This commit is contained in:
@@ -120,8 +120,10 @@ def supported_challenges_validator(data):
|
||||
It should be passed as `type` argument to `add_argument`.
|
||||
|
||||
"""
|
||||
sys.stderr.write("WARNING: The standalone specific supported challenges flag is depricated")
|
||||
sys.stderr.write("\nPlease use the --preferred-challenges flag instead.\n")
|
||||
sys.stderr.write(
|
||||
"WARNING: The standalone specific "
|
||||
"supported challenges flag is deprecated\n")
|
||||
sys.stderr.write("Please use the --preferred-challenges flag instead.\n")
|
||||
challs = data.split(",")
|
||||
|
||||
# tls-sni-01 was dvsni during private beta
|
||||
|
||||
Reference in New Issue
Block a user