mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
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:
parent
8c310c8593
commit
0268bec14b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user