mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-04 01:37:39 +00:00
btrfs-progs: docs: fix balance -f grammar
Signed-off-by: David Disseldorp <ddiss@suse.de> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
20ec15e732
commit
a4a6e51047
@ -101,7 +101,7 @@ act on system chunks (requires '-f'), see `FILTERS` section for details about 'f
|
||||
-v::::
|
||||
be verbose and print balance filter arguments
|
||||
-f::::
|
||||
force reducing of metadata integrity, eg. when going from 'raid1' to 'single'
|
||||
force a reduction of metadata integrity, eg. when going from 'raid1' to 'single'
|
||||
--background|--bg::::
|
||||
run the balance operation asynchronously in the background, uses `fork`(2) to
|
||||
start the process that calls the kernel ioctl
|
||||
|
@ -508,7 +508,7 @@ static const char * const cmd_balance_start_usage[] = {
|
||||
"-m[filters] act on metadata chunks",
|
||||
"-s[filters] act on system chunks (only under -f)",
|
||||
"-v be verbose",
|
||||
"-f force reducing of metadata integrity",
|
||||
"-f force a reduction of metadata integrity",
|
||||
"--full-balance do not print warning and do not delay start",
|
||||
"--background|--bg",
|
||||
" run the balance as a background process",
|
||||
|
Loading…
Reference in New Issue
Block a user