mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
fix spacing
This commit is contained in:
parent
0165269c05
commit
74ac006f14
1 changed files with 5 additions and 4 deletions
|
|
@ -853,11 +853,12 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
|
|||
action=_PrefChallAction, default=[],
|
||||
help='A sorted, comma delimited list of the preferred challenge to '
|
||||
'use during authorization with the most preferred challenge '
|
||||
'listed first (Eg, "dns" or "tls-sni-01,http,dns").'
|
||||
'listed first (Eg, "dns" or "tls-sni-01,http,dns"). '
|
||||
'Not all plugins support all challenges. See '
|
||||
'https://certbot.eff.org/docs/using.html#plugins for details.'
|
||||
'ACME Challenges are versioned, but if you pick "http" rather than'
|
||||
'"http-01", Certbot will select the latest version automatically.')
|
||||
'https://certbot.eff.org/docs/using.html#plugins for details. '
|
||||
'ACME Challenges are versioned, but if you pick "http" rather '
|
||||
'than "http-01", Certbot will select the latest version '
|
||||
'automatically.')
|
||||
helpful.add(
|
||||
"renew", "--pre-hook",
|
||||
help="Command to be run in a shell before obtaining any certificates."
|
||||
|
|
|
|||
Loading…
Reference in a new issue