mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
Update manpage to follow --label and --compression updates
This commit is contained in:
parent
07b18011cc
commit
be490d2732
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user