summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-08-28 02:06:01 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2015-08-28 02:06:01 -0800
commite460b80cb1f96eaa5b4b49bf7459ef73b415bfb7 (patch)
tree8a6915612bbe3aff9f68cdabe01ba2f3892132c7
parente9acf2e0d2441d480c30e888800c8aa490e6dea0 (diff)
Fix help for --compression-type
-rw-r--r--bcacheadm-format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcacheadm-format.c b/bcacheadm-format.c
index b73c8ba..b06271e 100644
--- a/bcacheadm-format.c
+++ b/bcacheadm-format.c
@@ -234,8 +234,8 @@ NihOption opts_format[] = {
{ 0, "data_csum_type", N_("Checksum type"),
NULL, "(none|crc32c|crc64)", &data_csum_type, set_csum_type },
- { 0, "compression_type", N_("Checksum type"),
- NULL, "(none|crc32c|crc64)", NULL, set_compression_type },
+ { 0, "compression_type", N_("Compression type"),
+ NULL, "(none|gzip)", NULL, set_compression_type },
{ 0, "error_action", N_("Action to take on filesystem error"),
NULL, "(continue|readonly|panic)", NULL, set_on_error_action },