From bc400acbffad2bf1b0fa1e431260cd70dbe6fcb4 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 23 Mar 2015 18:45:56 +0100 Subject: btrfs-progs: convert, add long options for all short options Signed-off-by: David Sterba --- Documentation/btrfs-convert.txt | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'Documentation/btrfs-convert.txt') diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt index 89b2fbd9..8b3f05b4 100644 --- a/Documentation/btrfs-convert.txt +++ b/Documentation/btrfs-convert.txt @@ -17,23 +17,24 @@ named 'ext2_saved' as file image. OPTIONS ------- --d:: -Disable data checksum. --i:: +-d|--no-datasum:: +Disable data checksum calculations and set NODATASUM file flag. This can speed +up the conversion. +-i|--no-xattr:: Ignore xattrs and ACLs. --n:: -Disable packing of small files. --N :: +-n|--no-inline:: +Disable inlining of small files to metadata blocks. +-N|--nodesize :: Set filesystem nodesize, the tree block size in which btrfs stores data. The default value is 16KB (16384) or the page size, whichever is bigger. Must be a multiple of the sectorsize, but not larger than 65536. --r:: +-r|--rollback:: Roll back to ext2fs. --l