From 6a0440391da7a99ffab94ccc66264af9b5f3ce34 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 31 Jul 2017 14:54:24 +0100 Subject: New upstream release. --- cmds-balance.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmds-balance.c') diff --git a/cmds-balance.c b/cmds-balance.c index f17345ed..3cc0f62d 100644 --- a/cmds-balance.c +++ b/cmds-balance.c @@ -32,6 +32,7 @@ #include "commands.h" #include "utils.h" +#include "help.h" static const char * const balance_cmd_group_usage[] = { "btrfs balance [options] ", @@ -442,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"); -- cgit v1.2.3