mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Typo corrections and tweaks to commands' help info
* Normalize "X arguments expected" messages * Use "Vault" when referring to the product and "vault" when referring to an instance of the product * Various minor tweaks to improve readability and/or provide clarity
This commit is contained in:
@@ -58,10 +58,10 @@ Usage: vault auth-disable [options] path
|
||||
|
||||
Disable an already-enabled auth provider.
|
||||
|
||||
Once the auth provider is disabled, that path cannot be used anymore
|
||||
Once the auth provider is disabled its path can no longer be used
|
||||
to authenticate. All access tokens generated via the disabled auth provider
|
||||
will be revoked. This command will block until all tokens are revoked.
|
||||
If the command is exited early, the tokens will still be revoked.
|
||||
If the command is exited early the tokens will still be revoked.
|
||||
|
||||
General Options:
|
||||
` + meta.GeneralOptionsUsage()
|
||||
|
||||
Reference in New Issue
Block a user