Fix usage, remove unsupported flag.

This commit is contained in:
Mariano Cano 2020-05-26 14:26:05 -07:00
parent 6c9cd7050c
commit 7a985b1470

View file

@ -58,7 +58,7 @@ func fatal(err error) {
} }
func usage() { func usage() {
fmt.Fprintln(os.Stderr, "Usage: step-awskms-init --project <name>") fmt.Fprintln(os.Stderr, "Usage: step-awskms-init")
fmt.Fprintln(os.Stderr, ` fmt.Fprintln(os.Stderr, `
The step-awskms-init command initializes a public key infrastructure (PKI) The step-awskms-init command initializes a public key infrastructure (PKI)
to be used by step-ca. to be used by step-ca.