summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-03-23 18:45:56 +0100
committerDavid Sterba <dsterba@suse.cz>2015-03-24 19:08:52 +0100
commitbc400acbffad2bf1b0fa1e431260cd70dbe6fcb4 (patch)
treeee3a4fc02fb40df2e4423e62abf48489525cdf25 /Documentation
parent22057607b4fb168db1a8cc2670cf8dbf31dd0847 (diff)
btrfs-progs: convert, add long options for all short options
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-convert.txt21
1 files changed, 11 insertions, 10 deletions
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 <SIZE>::
+-n|--no-inline::
+Disable inlining of small files to metadata blocks.
+-N|--nodesize <SIZE>::
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 <LABEL>::
+-l|--label <LABEL>::
set filesystem label during conversion.
--L::
+-L|--copy-label::
use label from the converted filesystem.
--p::
+-p|--progress::
Show progress of conversion, on by default.
--no-progress::
Disable detailed progress and show only the main phases of conversion.