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@xxxxxxxxxxxxx> --- cmd_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_device.c b/cmd_device.c index 6ecd0e6..fa63e48 100644 --- a/cmd_device.c +++ b/cmd_device.c @@ -28,7 +28,7 @@ static void device_add_usage(void) " -S, --fs_size=size Size of filesystem on device\n" " -B, --bucket=size Bucket size\n" " -D, --discard Enable discards\n" - " -t, --tier=# Higher tier (e.g. 1) indicates slower devices\n" + " -g, --group=group Disk group\n" " -f, --force Use device even if it appears to already be formatted\n" " -h, --help Display this help and exit\n" "\n" -- 2.16.4