btrfs-progs: doc: fix format of btrfs-replace
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Thu, 8 Jan 2015 02:40:53 +0000 (11:40 +0900)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Jan 2015 17:50:15 +0000 (18:50 +0100)
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>
Documentation/btrfs-replace.txt

index 7402484..e8eac2c 100644 (file)
@@ -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.