removed extra space

There was an unnecessary space after a backslash which causes the
codeblock to not work
This commit is contained in:
nils 2025-02-20 13:20:23 +01:00
parent 82e64a2cd6
commit 0e9be93206

View file

@ -66,7 +66,7 @@ Create the system pool:
sh# zpool create -f \
-o ashift=12 \
-O compression=lz4 \
-O acltype=posix \
-O acltype=posix \
-O xattr=sa \
-O dnodesize=auto \
-O encryption=on \