docs: remove curly quotes from shell block (#4921)

This commit is contained in:
R.B. Boyer 2018-11-07 10:42:13 -08:00 committed by GitHub
parent 9c09d66028
commit 2a8951fcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -81,10 +81,10 @@ Usage: consul acl <subcommand> [options] [args]
Create a new ACL Policy:
$ consul acl policy create “new-policy” \
-description “This is an example policy” \
-datacenter “dc1” \
-datacenter “dc2” \
$ consul acl policy create "new-policy" \
-description "This is an example policy" \
-datacenter "dc1" \
-datacenter "dc2" \
-rules @rules.hcl
Set the default agent token: