btrfs-progs: doc balance, sort subcommands alphabetically
authorDavid Sterba <dsterba@suse.cz>
Sat, 3 Jan 2015 01:09:08 +0000 (02:09 +0100)
committerDavid Sterba <dsterba@suse.cz>
Sat, 3 Jan 2015 01:30:38 +0000 (02:30 +0100)
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/btrfs-balance.txt

index b5b1583..27f0217 100644 (file)
@@ -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.
 +