From f2270bec863c4ca43dd1b69a939f45b082f83961 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 21 Jan 2013 19:19:03 +0000 Subject: [PATCH] Btrfs-progs: Fix typo in balance start usage; filetrs -> filters. Fix typo in "btrfs balance start" usage documentation: 'filetrs' should have been 'filters'. Signed-off-by: Andreas Fischer --- cmds-balance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-balance.c b/cmds-balance.c index 38a74269..dfa0dfeb 100644 --- a/cmds-balance.c +++ b/cmds-balance.c @@ -349,7 +349,7 @@ static const char * const cmd_balance_start_usage[] = { "", "-d[filters] act on data chunks", "-m[filters] act on metadata chunks", - "-s[filetrs] act on system chunks (only under -f)", + "-s[filters] act on system chunks (only under -f)", "-v be verbose", "-f force reducing of metadata integrity", NULL