mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-23 03:16:29 +00:00
btrfs-progs: doc: fix format of btrfs-replace
Current 'man btrfs-replace' is as follows: ======================================================================== ... ... -f force using and overwriting <targetdev> even if it looks like containing a valid btrfs filesystem. A valid filesystem is assumed if a btrfs superblock is found which contains a correct checksum. Devices which are currently mounted are never allowed to be used as the <targetdev>. -B:::: no background replace. ... ... ======================================================================== The format of 'B' option is wrong. So, fix it. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
56eecbe0fe
commit
1f54bff885
@ -52,6 +52,7 @@ containing a valid btrfs filesystem.
|
||||
A valid filesystem is assumed if a btrfs superblock is found which contains a
|
||||
correct checksum. Devices which are currently mounted are
|
||||
never allowed to be used as the <targetdev>.
|
||||
+
|
||||
-B::::
|
||||
no background replace.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user