scoutfs: fix mkfs option in README

Fix a quick option typo in the mkfs invocations in the readme.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-05-21 11:33:26 -07:00
committed by Zach Brown
parent a6782fc03f
commit 806ac0d8e6
+2 -2
View File
@@ -105,8 +105,8 @@ device name is the same on all the nodes.
configuring each in the super block with options to mkfs.
```shell
scoutfs mkfs -o quorum_slot node1:0:172.16.1.1 \
-o quorum_slot node2:0:172.16.1.2 /dev/shared_block_device
scoutfs mkfs --quorum_slot node1:0:172.16.1.1 \
--quorum_slot node2:0:172.16.1.2 /dev/shared_block_device
```