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>
This commit is contained in:
parent
5f3ab71103
commit
f2270bec86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue