From 30b5f521c4d803a000e0c34f706f768246071edf Mon Sep 17 00:00:00 2001 From: ToutyRater Date: Fri, 21 Feb 2020 13:05:57 +0000 Subject: [PATCH] typo --- infra/control/cert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/control/cert.go b/infra/control/cert.go index 1112c73ea..1cdfd2eed 100644 --- a/infra/control/cert.go +++ b/infra/control/cert.go @@ -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.", }, } }