mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 06:15:02 -04:00
Clarify token-revoke operation
This commit is contained in:
parent
5d7824e657
commit
691052c3f4
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ func (c *TokenRevokeCommand) Run(args []string) int {
|
|||
return 2
|
||||
}
|
||||
|
||||
c.Ui.Output("Revocation successful.")
|
||||
c.Ui.Output("Token revoked if it existed")
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ After a token is created, you can revoke it with `vault token-revoke`:
|
|||
|
||||
```
|
||||
$ vault token-revoke c2c2fbd5-2893-b385-6fa5-30050439f698
|
||||
Revocation successful.
|
||||
Token revoked if it existed
|
||||
```
|
||||
|
||||
In a previous section, we use the `vault revoke` command. This command
|
||||
|
|
|
|||
Loading…
Reference in a new issue