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>
This commit is contained in:
Stijn Tintel 2018-10-07 18:19:30 +03:00 committed by Kent Overstreet
parent 8c310c8593
commit 0268bec14b

View File

@ -28,7 +28,7 @@ static void device_add_usage(void)
" -S, --fs_size=size Size of filesystem on device\n" " -S, --fs_size=size Size of filesystem on device\n"
" -B, --bucket=size Bucket size\n" " -B, --bucket=size Bucket size\n"
" -D, --discard Enable discards\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" " -f, --force Use device even if it appears to already be formatted\n"
" -h, --help Display this help and exit\n" " -h, --help Display this help and exit\n"
"\n" "\n"