- replace -H option with -m mode option Signed-off-by: Jens Weber <jweber at tek2b.org> --- man/collie.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/collie.8 b/man/collie.8 index 1fd79d8..369eb0a 100644 --- a/man/collie.8 +++ b/man/collie.8 @@ -118,7 +118,7 @@ This command show nodes in recovery. .BI "cluster info [-a address] [-p port] [-r] [-h]" This command show cluster information. .TP -.BI "cluster format [-b store] [-c copies] [-H] [-a address] [-p port] [-h]" +.BI "cluster format [-b store] [-c copies] [-m mode] [-a address] [-p port] [-h]" This command create a Sheepdog store. .TP .BI "cluster shutdown [-a address] [-p port] [-h]" -- 1.7.10.4 |