From be490d2732dbb1daf59ea00dec1fd37a9c17a37c Mon Sep 17 00:00:00 2001 From: Igor Velkov Date: Tue, 28 Dec 2021 21:19:19 +0200 Subject: [PATCH] Update manpage to follow --label and --compression updates --- bcachefs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bcachefs.8 b/bcachefs.8 index 61af7f4..874068c 100644 --- a/bcachefs.8 +++ b/bcachefs.8 @@ -99,7 +99,7 @@ Format one or a list of devices with bcachefs data structures. You need to do this before you create a volume. .Pp Device specific options must come before corresponding devices, e.g. -.Dl bcachefs format --group=ssd /dev/sda --group=hdd /dev/sdb +.Dl bcachefs format --group=ssd /dev/sda --label=hdd /dev/sdb .Bl -tag -width Ds .It Fl b , Fl -block Ns = Ns Ar size block size, in bytes (e.g. 4k) @@ -111,7 +111,7 @@ Set metadata checksum type (default: .It Fl -data_checksum_type Ns = Ns ( Cm none | crc32c | crc64 ) Set data checksum type (default: .Cm crc32c ) . -.It Fl -compression_type Ns = Ns ( Cm none | lz4 | gzip ) +.It Fl -compression Ns = Ns ( Cm none | lz4 | gzip | zstd ) Set compression type (default: .Cm none ) . .It Fl -data_replicas Ns = Ns Ar number -- 2.39.2