summaryrefslogtreecommitdiff
path: root/Documentation/mkfs.btrfs.txt
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-01-03 01:26:31 +0100
committerDavid Sterba <dsterba@suse.cz>2015-01-03 02:30:37 +0100
commit1dbcb0f80cd75b41bcef9c28aa5a28e7f4c50fd6 (patch)
tree9c1654f5540e46d95c2fbc1dd4fc920d62fcbd0b /Documentation/mkfs.btrfs.txt
parent15541064eda246374487ae3e0bc5b17be4f874af (diff)
btrfs-progs: doc mkfs, mark leafsize deprecated
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/mkfs.btrfs.txt')
-rw-r--r--Documentation/mkfs.btrfs.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/mkfs.btrfs.txt b/Documentation/mkfs.btrfs.txt
index 01b615d0..3beff7db 100644
--- a/Documentation/mkfs.btrfs.txt
+++ b/Documentation/mkfs.btrfs.txt
@@ -58,9 +58,10 @@ Force overwrite when an existing filesystem is detected on the device.
By default, mkfs.btrfs will not write to the device if it suspects that
there is a filesystem or partition table on the device already.
--n|--nodesize <size>
-
-l|--leafsize <size>::
+Alias for --nodesize. Deprecated.
+
+-n|--nodesize <size>::
Specify the 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.