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:
Nick Gunia 2019-02-07 13:05:12 -05:00 committed by Matt Keeler
parent 011f3e775e
commit fb0fc6e459
1 changed files with 0 additions and 2 deletions

View File

@ -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.