summaryrefslogtreecommitdiff
path: root/bcachefs.8
diff options
context:
space:
mode:
authorIgor Velkov <iav@iav.lv>2021-12-28 21:19:19 +0200
committerIgor Velkov <iav@iav.lv>2021-12-28 21:19:19 +0200
commitbe490d2732dbb1daf59ea00dec1fd37a9c17a37c (patch)
treebd9b1472ea9578800da69d16200afb3b20602f7e /bcachefs.8
parent07b18011cc885f0ef5cadc299d0321322f442388 (diff)
Update manpage to follow --label and --compression updates
Diffstat (limited to 'bcachefs.8')
-rw-r--r--bcachefs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/bcachefs.8 b/bcachefs.8
index 61af7f42..874068c8 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