From de50bc3295c9d38c0fce0ec4688a4aa3c7848fcf Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 4 Feb 2019 15:16:15 -0600 Subject: [PATCH] cli: fix typo in help text for 'consul acl role read' (#5311) --- command/acl/policy/read/policy_read.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/acl/policy/read/policy_read.go b/command/acl/policy/read/policy_read.go index ca95fe2665..d2526693b2 100644 --- a/command/acl/policy/read/policy_read.go +++ b/command/acl/policy/read/policy_read.go @@ -89,14 +89,14 @@ const help = ` Usage: consul acl policy read [options] POLICY This command will retrieve and print out the details - of a single policy + of a single policy. Read: - $ consul acl policy read fdabbcb5-9de5-4b1a-961f-77214ae88cba + $ consul acl policy read -id fdabbcb5-9de5-4b1a-961f-77214ae88cba Read by name: - $ consul acl policy read -by-name my-policy + $ consul acl policy read -name my-policy `