btrfs-progs: balance: minor wording adjustment for full balance warning
authorDavid Sterba <dsterba@suse.com>
Thu, 13 Apr 2017 21:56:55 +0000 (23:56 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 19 Apr 2017 16:07:03 +0000 (18:07 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-balance.c

index 7d3767a..3cc0f62 100644 (file)
@@ -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");