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)
commit1f54bff885c9c63024b01fa4a36ca256430569ee
treed4e07223c7b9313da070624aa4199c9700fa8ab4
parent56eecbe0fea6db27b34d46798b92070c12ada45b
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>
Documentation/btrfs-replace.txt