From 806ac0d8e670e3b5b87e0a170aaec93717b76f3b Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 14 May 2019 14:27:50 -0700 Subject: [PATCH] scoutfs: fix mkfs option in README Fix a quick option typo in the mkfs invocations in the readme. Signed-off-by: Zach Brown --- kmod/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmod/README.md b/kmod/README.md index 542b4ecb..aed9631d 100644 --- a/kmod/README.md +++ b/kmod/README.md @@ -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 ```