Merge pull request #2272 from ToutyRater/patch-2

typo
pull/2281/head
Kslr 2020-02-21 22:06:52 +08:00 committed by GitHub
commit 0659a89118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (c *CertificateCommand) Description() Description {
"Generate new TLS certificate",
"--ca The new certificate is a CA certificate",
"--domain Common name for the certificate",
"--exipre Time until certificate expires. 240h = 10 days.",
"--expire Time until certificate expires. 240h = 10 days.",
},
}
}