Skip to content

Commit

Permalink
Fix typo in usage description of operator init -status flag (hashicor…
Browse files Browse the repository at this point in the history
…p#10618)

This commit fixes a typo in the operator init -status flag's usage
description and aligns it with that found on https://www.vaultproject.io/docs/commands/operator/init#status.
  • Loading branch information
jace-ys authored Dec 23, 2020
1 parent e2620b9 commit f2cf40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (c *OperatorInitCommand) Flags() *FlagSets {
Default: false,
Usage: "Print the current initialization status. An exit code of 0 means " +
"the Vault is already initialized. An exit code of 1 means an error " +
"occurred. An exit code of 2 means the mean is not initialized.",
"occurred. An exit code of 2 means the Vault is not initialized.",
})

f.IntVar(&IntVar{
Expand Down

0 comments on commit f2cf40c

Please sign in to comment.