From fb0fc6e4596a250255e96bab8764aee47d48cadb Mon Sep 17 00:00:00 2001 From: Nick Gunia Date: Thu, 7 Feb 2019 13:05:12 -0500 Subject: [PATCH] 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. --- website/source/docs/commands/acl/acl-token.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/commands/acl/acl-token.html.md.erb b/website/source/docs/commands/acl/acl-token.html.md.erb index e2c83265c1..24d6d418ee 100644 --- a/website/source/docs/commands/acl/acl-token.html.md.erb +++ b/website/source/docs/commands/acl/acl-token.html.md.erb @@ -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=` - 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.