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
|
||||
-------
|
||||
*-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>*::
|
||||
Specify the size of the filesystem. If this option is not used,
|
||||
mkfs.btrfs uses the entire device space for the filesystem.
|
||||
|
@ -135,6 +130,12 @@ Print the *mkfs.btrfs* version and exit.
|
|||
*--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
|
||||
----------
|
||||
The default unit is 'byte'. All size parameters accept suffixes in the 1024
|
||||
|
|
Loading…
Reference in New Issue