]> git.sesse.net Git - bcachefs-tools-debian/commit
cmd_device_add: replace tier with group in usage
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 7 Oct 2018 15:19:30 +0000 (18:19 +0300)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 8 Oct 2018 22:27:18 +0000 (18:27 -0400)
commit0268bec14bcf64b25b5dd75a470be8e85cbe676d
tree5f5b24e4bf8beee985b0284c1e68882a723a5910
parent8c310c8593955054b2091be0970b48bbf5bfa685
cmd_device_add: replace tier with group in usage

Tiering has been replaced by disk groups, but the usage message for
cmd_device_add was never updated to reflect this change. Replace the
tier option with group to fix the usage message.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
cmd_device.c