mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 14:45:19 +00:00
btrfs-progs: balance: minor wording adjustment for full balance warning
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
18aae46bdc
commit
b87114692e
@ -443,7 +443,7 @@ static int do_balance(const char *path, struct btrfs_ioctl_balance_args *args,
|
||||
printf("WARNING:\n\n");
|
||||
printf("\tFull balance without filters requested. This operation is very\n");
|
||||
printf("\tintense and takes potentially very long. It is recommended to\n");
|
||||
printf("\tuse the balance filters to narrow down the balanced data.\n");
|
||||
printf("\tuse the balance filters to narrow down the scope of balance.\n");
|
||||
printf("\tUse 'btrfs balance start --full-balance' option to skip this\n");
|
||||
printf("\twarning. The operation will start in %d seconds.\n", delay);
|
||||
printf("\tUse Ctrl-C to stop it.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user