btrfs-progs: doc property, sort subcommands alphabetically
authorDavid Sterba <dsterba@suse.cz>
Sat, 3 Jan 2015 01:18:15 +0000 (02:18 +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-property.txt

index 174a0b7..28ede4b 100644 (file)
@@ -45,13 +45,13 @@ property could be set for more then one object type.
 +
 Possible types are 's[ubvol]', 'f[ilesystem]', 'i[node]' and 'd[evice]'.
 
-*set* [-t <type>] <object> <name> <value>::
-Sets a property on a btrfs object.
+*list* [-t <type>] <object>::
+Lists available properties with their descriptions for the given object.
 +
 See the description of *get* subcommand for the meaning of each option.
 
-*list* [-t <type>] <object>::
-Lists available properties with their descriptions for the given object.
+*set* [-t <type>] <object> <name> <value>::
+Sets a property on a btrfs object.
 +
 See the description of *get* subcommand for the meaning of each option.