add more code comments and documentation

This commit is contained in:
6543 2023-02-11 00:53:28 +01:00
parent bee54de96f
commit 4320126822
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
2 changed files with 7 additions and 10 deletions

View file

@ -144,8 +144,8 @@ var (
EnvVars: []string{"ACME_EAB_HMAC"},
},
&cli.StringFlag{
Name: "dns-provider",
// TODO: Usage
Name: "dns-provider",
Usage: "Use DNS-Challenge for main domain\n\nRead more at: https://go-acme.github.io/lego/dns/",
EnvVars: []string{"DNS_PROVIDER"},
},
}...)