Explorar o código

Merge pull request #4752 from aboyett/auth-doc-fix

authentication.md: fix formatting of fenced code block
Xiang Li %!s(int64=10) %!d(string=hai) anos
pai
achega
c0a424c1d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Documentation/authentication.md

+ 1 - 0
Documentation/authentication.md

@@ -94,6 +94,7 @@ Roles are granted access to various parts of the keyspace, a single path at a ti
 Reading a path is simple; if the path ends in `*`, that key **and all keys prefixed with it**, are granted to holders of this role. If it does not end in `*`, only that key and that key alone is granted.
 
 Access can be granted as either read, write, or both, as in the following examples:
+
 ```
 # Give read access to keys under the /foo directory
 $ etcdctl role grant myrolename -path '/foo/*' -read