Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit de50bc3

Browse files
authored
cli: fix typo in help text for 'consul acl role read' (hashicorp#5311)
1 parent 577b57b commit de50bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

command/acl/policy/read/policy_read.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ const help = `
8989
Usage: consul acl policy read [options] POLICY
9090
9191
This command will retrieve and print out the details
92-
of a single policy
92+
of a single policy.
9393
9494
Read:
9595
96-
$ consul acl policy read fdabbcb5-9de5-4b1a-961f-77214ae88cba
96+
$ consul acl policy read -id fdabbcb5-9de5-4b1a-961f-77214ae88cba
9797
9898
Read by name:
9999
100-
$ consul acl policy read -by-name my-policy
100+
$ consul acl policy read -name my-policy
101101
102102
`

0 commit comments

Comments
 (0)