mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix typo in usage description of operator init -status flag (#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.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user