mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-17 10:16:53 +00:00
btrfs-progs: docs: make option -A of mkfs less visible
The option will be removed in the future, move it to the end of the list. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ee76a212a8
commit
2d6f49ffaa
@ -21,11 +21,6 @@ mount option. See section *MULTIPLE DEVICES* for more details.
|
|||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
*-A|--alloc-start <offset>*::
|
|
||||||
(An option to help debugging chunk allocator.)
|
|
||||||
Specify the (physical) offset from the start of the device at which allocations
|
|
||||||
start. The default value is zero.
|
|
||||||
|
|
||||||
*-b|--byte-count <size>*::
|
*-b|--byte-count <size>*::
|
||||||
Specify the size of the filesystem. If this option is not used,
|
Specify the size of the filesystem. If this option is not used,
|
||||||
mkfs.btrfs uses the entire device space for the filesystem.
|
mkfs.btrfs uses the entire device space for the filesystem.
|
||||||
@ -135,6 +130,12 @@ Print the *mkfs.btrfs* version and exit.
|
|||||||
*--help*::
|
*--help*::
|
||||||
Print help.
|
Print help.
|
||||||
|
|
||||||
|
*-A|--alloc-start <offset>*::
|
||||||
|
*deprecated, will be removed*
|
||||||
|
(An option to help debugging chunk allocator.)
|
||||||
|
Specify the (physical) offset from the start of the device at which allocations
|
||||||
|
start. The default value is zero.
|
||||||
|
|
||||||
SIZE UNITS
|
SIZE UNITS
|
||||||
----------
|
----------
|
||||||
The default unit is 'byte'. All size parameters accept suffixes in the 1024
|
The default unit is 'byte'. All size parameters accept suffixes in the 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user