mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-27 16:42:17 +00:00
btrfs-progs: balance start: fix typo in help text
Pull-request: #660 Author: Francesco Yoshi Gobbo <yoshi@fgobbo.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
7ed0172bf6
commit
240f518441
@ -366,7 +366,7 @@ static const char * const cmd_balance_start_usage[] = {
|
||||
"a delay to stop it.",
|
||||
"",
|
||||
OPTLINE("-d[filters]", "act on data chunks with optional filters (no space in between)"),
|
||||
OPTLINE("-m[filters]", "act on metadata chunks with optinal filters (no space in between)"),
|
||||
OPTLINE("-m[filters]", "act on metadata chunks with optional filters (no space in between)"),
|
||||
OPTLINE("-s[filters]", "act on system chunks (only under -f) with optional filters (no space in between)"),
|
||||
OPTLINE("-f", "force a reduction of metadata integrity, or skip timeout when converting to RAID56 profiles"),
|
||||
OPTLINE("--full-balance", "do not print warning and do not delay start"),
|
||||
|
Loading…
Reference in New Issue
Block a user