mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
cli: fix typo in help text for 'consul acl role read' (#5311)
This commit is contained in:
parent
577b57b3ea
commit
de50bc3295
@ -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…
x
Reference in New Issue
Block a user