forked from TrueCloudLab/certificates
Fix usage, remove unsupported flag.
This commit is contained in:
parent
6c9cd7050c
commit
7a985b1470
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue