btrfs-progs: check: add experimental flag for lowmem mode
The experimental flag is already carried in the manpage, but was removed
from the btrfs check usage message as part of refactoring via
87c1bd13c1
. Add it back.
Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
866740418c
commit
7490f94dd7
|
@ -9458,7 +9458,7 @@ const char * const cmd_check_usage[] = {
|
|||
" original - read inodes and extents to memory (requires",
|
||||
" more memory, does less IO)",
|
||||
" lowmem - try to use less memory but read blocks again",
|
||||
" when needed",
|
||||
" when needed (experimental)",
|
||||
"--check-data-csum verify checksums of data blocks",
|
||||
"-Q|--qgroup-report print a report on qgroup consistency",
|
||||
"-E|--subvol-extents <subvolid>",
|
||||
|
|
Loading…
Reference in New Issue