docs: update token type for auth enable CLI command (#17026)

* docs: update token type for enable

* update
This commit is contained in:
Luis (LT) Carbonell 2022-09-06 15:00:21 -05:00 committed by GitHub
parent 13077bab40
commit 55b9eb30cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -85,3 +85,6 @@ flags](/docs/commands) included on all commands.
- `-seal-wrap` `(bool: false)` - Enable seal wrapping for the mount, causing
values stored by the mount to be wrapped by the seal's encryption capability.
- `-token-type` `(string: "")` - Specifies the type of tokens that should be
returned by the auth method.

View file

@ -82,5 +82,4 @@ flags](/docs/commands) included on all commands.
specified by providing this option multiple times, each time with 1 key.
- `-token-type` `(string: "")` - Specifies the type of tokens that should be
returned by the auth method. Note that multiple keys may be
specified by providing this option multiple times, each time with 1 key.
returned by the auth method.