From: Andreas Fischer <[email protected]> Fix typo in "btrfs balance start" usage documentation: 'filetrs' should have been 'filters'.
Signed-off-by: Andreas Fischer <[email protected]> --- cmds-balance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-balance.c b/cmds-balance.c index 38a7426..dfa0dfe 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 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
