mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 06:15:02 -04:00
Update documentation for status command to reflect new return codes
This commit is contained in:
parent
44a412f5a0
commit
ef8086b17f
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ Usage: vault status [options]
|
|||
Outputs the state of the Vault, sealed or unsealed and if HA is enabled.
|
||||
|
||||
This command outputs whether or not the Vault is sealed. The exit
|
||||
code also reflects the seal status (0 unsealed, 1 sealed, 2+ error).
|
||||
code also reflects the seal status (0 unsealed, 2 sealed, 1 error).
|
||||
|
||||
General Options:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue