mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
fix typo and long line
This commit is contained in:
parent
1560fd4680
commit
c0d060a8f1
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue