ToutyRater 5 years ago
parent
commit
30b5f521c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/control/cert.go

+ 1 - 1
infra/control/cert.go

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