mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Update docs/cli-help.txt -- typo and formatting (#7105)
* Update docs/cli-help.txt -- yypo and formatting 'areusing' -> 'are using' * Update cli.py -- formatting See https://github.com/certbot/certbot/pull/7105 Addresses https://github.com/certbot/certbot/pull/7105#issuecomment-497079342
This commit is contained in:
+1
-1
@@ -1453,7 +1453,7 @@ def _plugins_parsing(helpful, plugins):
|
|||||||
"using DNSimple for DNS)."))
|
"using DNSimple for DNS)."))
|
||||||
helpful.add(["plugins", "certonly"], "--dns-dnsmadeeasy", action="store_true",
|
helpful.add(["plugins", "certonly"], "--dns-dnsmadeeasy", action="store_true",
|
||||||
default=flag_default("dns_dnsmadeeasy"),
|
default=flag_default("dns_dnsmadeeasy"),
|
||||||
help=("Obtain certificates using a DNS TXT record (if you are"
|
help=("Obtain certificates using a DNS TXT record (if you are "
|
||||||
"using DNS Made Easy for DNS)."))
|
"using DNS Made Easy for DNS)."))
|
||||||
helpful.add(["plugins", "certonly"], "--dns-gehirn", action="store_true",
|
helpful.add(["plugins", "certonly"], "--dns-gehirn", action="store_true",
|
||||||
default=flag_default("dns_gehirn"),
|
default=flag_default("dns_gehirn"),
|
||||||
|
|||||||
+2
-2
@@ -454,8 +454,8 @@ plugins:
|
|||||||
using DigitalOcean for DNS). (default: False)
|
using DigitalOcean for DNS). (default: False)
|
||||||
--dns-dnsimple Obtain certificates using a DNS TXT record (if you are
|
--dns-dnsimple Obtain certificates using a DNS TXT record (if you are
|
||||||
using DNSimple for DNS). (default: False)
|
using DNSimple for DNS). (default: False)
|
||||||
--dns-dnsmadeeasy Obtain certificates using a DNS TXT record (if you
|
--dns-dnsmadeeasy Obtain certificates using a DNS TXT record (if you are
|
||||||
areusing DNS Made Easy for DNS). (default: False)
|
using DNS Made Easy for DNS). (default: False)
|
||||||
--dns-gehirn Obtain certificates using a DNS TXT record (if you are
|
--dns-gehirn Obtain certificates using a DNS TXT record (if you are
|
||||||
using Gehirn Infrastracture Service for DNS).
|
using Gehirn Infrastracture Service for DNS).
|
||||||
(default: False)
|
(default: False)
|
||||||
|
|||||||
Reference in New Issue
Block a user