summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-01-03 02:15:55 +0100
committerDavid Sterba <dsterba@suse.cz>2015-01-03 02:30:38 +0100
commit3ce03e3bf70c9371c8ddcb879518354c16bc5fe4 (patch)
tree224907298c18705969ba1605a10f9e6bc8b328dd /Documentation
parent38ce4bef83ae7678da7bb5581ae187b68daadfba (diff)
btrfs-progs: doc device, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-device.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfs-device.txt b/Documentation/btrfs-device.txt
index 4cd633fe..cc8daa7e 100644
--- a/Documentation/btrfs-device.txt
+++ b/Documentation/btrfs-device.txt
@@ -77,6 +77,9 @@ force overwrite of existing filesystem on the given disk(s)
*delete* <dev> [<dev>...] <path>::
Remove device(s) from a filesystem identified by <path>.
+*ready* <device>::
+Check device to see if it has all of it's devices in cache for mounting.
+
*scan* [(--all-devices|-d)|<device> [<device>...]]::
Scan devices for a btrfs filesystem.
+
@@ -86,9 +89,6 @@ filesystem as listed by blkid.
Finally, if '--all-devices' or '-d' is passed, all the devices under /dev are
scanned.
-*ready* <device>::
-Check device to see if it has all of it's devices in cache for mounting.
-
*stats* [-z] <path>|<device>::
Read and print the device IO stats for all devices of the filesystem
identified by <path> or for a single <device>.