mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-03-10 00:00:04 +03:00
Fix help for --compression-type
This commit is contained in:
parent
e9acf2e0d2
commit
e460b80cb1
@ -234,8 +234,8 @@ NihOption opts_format[] = {
|
|||||||
{ 0, "data_csum_type", N_("Checksum type"),
|
{ 0, "data_csum_type", N_("Checksum type"),
|
||||||
NULL, "(none|crc32c|crc64)", &data_csum_type, set_csum_type },
|
NULL, "(none|crc32c|crc64)", &data_csum_type, set_csum_type },
|
||||||
|
|
||||||
{ 0, "compression_type", N_("Checksum type"),
|
{ 0, "compression_type", N_("Compression type"),
|
||||||
NULL, "(none|crc32c|crc64)", NULL, set_compression_type },
|
NULL, "(none|gzip)", NULL, set_compression_type },
|
||||||
|
|
||||||
{ 0, "error_action", N_("Action to take on filesystem error"),
|
{ 0, "error_action", N_("Action to take on filesystem error"),
|
||||||
NULL, "(continue|readonly|panic)", NULL, set_on_error_action },
|
NULL, "(continue|readonly|panic)", NULL, set_on_error_action },
|
||||||
|
Loading…
Reference in New Issue
Block a user