summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-01-03 02:18:15 +0100
committerDavid Sterba <dsterba@suse.cz>2015-01-03 02:30:38 +0100
commit9599de392232a74fbcccee57fbfc387af28ee4eb (patch)
tree335c03966a279207f31d13b11e29e4e03253c11e /Documentation
parent5eb6956baf0e084eb938dceb6387ccc286a7b3e3 (diff)
btrfs-progs: doc property, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-property.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/btrfs-property.txt b/Documentation/btrfs-property.txt
index 174a0b76..28ede4ba 100644
--- a/Documentation/btrfs-property.txt
+++ b/Documentation/btrfs-property.txt
@@ -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.