btrfs-progs: docs: fix typo in btrfs-rescue
"that are do not match -> that do not match" [ci skip] Pull-request: #700 Author: Martin Ligabue <martinligabue@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
fcd9142b67
commit
8397fee2a3
|
@ -32,7 +32,7 @@ chunk-recover [options] <device>
|
|||
slow especially executed on a large device.
|
||||
|
||||
fix-device-size <device>
|
||||
fix device size and super block total bytes values that are do not match
|
||||
fix device size and super block total bytes values that do not match
|
||||
|
||||
Kernel 4.11 starts to check the device size more strictly and this might
|
||||
mismatch the stored value of total bytes. See the exact error message below.
|
||||
|
|
Loading…
Reference in New Issue