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 <info@andreasfischer.net>
master
Andreas Fischer 2013-01-21 19:19:03 +00:00 committed by David Sterba
parent 5f3ab71103
commit f2270bec86
1 changed files with 1 additions and 1 deletions

View File

@ -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