mirror of https://github.com/status-im/consul.git
Remove invalid option -name from ACL token read documentation (#5324)
It appears that the `read` command for ACL policies was used to template the `read` command for ACL tokens, and an invalid option was not dropped from the docs.
This commit is contained in:
parent
011f3e775e
commit
fb0fc6e459
|
@ -169,8 +169,6 @@ Usage: `consul acl token read [options] [args]`
|
|||
* `-meta` - Indicates that policy metadata such as the content hash and raft
|
||||
indices should be shown for each entry.
|
||||
|
||||
* `-name=<string>` - The name of the policy to read.
|
||||
|
||||
* `-self` - Indicates that the current HTTP token should be read by secret ID
|
||||
instead of expecting a -id option.
|
||||
|
||||
|
|
Loading…
Reference in New Issue