cli: fix typo in help text for 'consul acl role read' (#5311)

pull/5321/head
R.B. Boyer 6 years ago committed by GitHub
parent 577b57b3ea
commit de50bc3295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save