removed extra space
There was an unnecessary space after a backslash which causes the codeblock to not work
This commit is contained in:
parent
82e64a2cd6
commit
0e9be93206
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Create the system pool:
|
||||||
sh# zpool create -f \
|
sh# zpool create -f \
|
||||||
-o ashift=12 \
|
-o ashift=12 \
|
||||||
-O compression=lz4 \
|
-O compression=lz4 \
|
||||||
-O acltype=posix \
|
-O acltype=posix \
|
||||||
-O xattr=sa \
|
-O xattr=sa \
|
||||||
-O dnodesize=auto \
|
-O dnodesize=auto \
|
||||||
-O encryption=on \
|
-O encryption=on \
|
||||||
|
|
Loading…
Reference in a new issue