mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
linting (#777)
This commit is contained in:
@ -55,7 +55,7 @@ func (args *GetCertsArgs) flags() []cli.Flag {
|
||||
Name: "acme",
|
||||
Destination: &args.ACMEServer,
|
||||
Value: "live",
|
||||
Usage: `ACME server to issue against. Give full directory endpoint. Can also use 'staging' or 'live' for standard Let's Encrpyt endpoints.`,
|
||||
Usage: `ACME server to issue against. Give full directory endpoint. Can also use 'staging' or 'live' for standard Let's Encrypt endpoints.`,
|
||||
})
|
||||
flags = append(flags, &cli.IntFlag{
|
||||
Name: "renew",
|
||||
|
Reference in New Issue
Block a user