btrfs-progs: doc balance, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
9c46986700
commit
963f2c0a47
|
@ -24,6 +24,15 @@ Balance chunks across the devices *online*.
|
|||
*btrfs balance <path>* is deprecated,
|
||||
please use *btrfs balance start* command instead.
|
||||
|
||||
*cancel* <path>::
|
||||
Cancel running or paused balance.
|
||||
|
||||
*pause* <path>::
|
||||
Pause running balance.
|
||||
|
||||
*resume* <path>::
|
||||
Resume interrupted balance.
|
||||
|
||||
*start* [options] <path>::
|
||||
Balance chunks across the devices *online*.
|
||||
+
|
||||
|
@ -47,15 +56,6 @@ be verbose
|
|||
-f::::
|
||||
force reducing of metadata integrity
|
||||
|
||||
*pause* <path>::
|
||||
Pause running balance.
|
||||
|
||||
*cancel* <path>::
|
||||
Cancel running or paused balance.
|
||||
|
||||
*resume* <path>::
|
||||
Resume interrupted balance.
|
||||
|
||||
*status* [-v] <path>::
|
||||
Show status of running or paused balance.
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue