mirror of https://github.com/status-im/consul.git
docs: remove curly quotes from shell block (#4921)
This commit is contained in:
parent
9c09d66028
commit
2a8951fcc0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue