summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-qgroup.txt
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-01-03 02:19:31 +0100
committerDavid Sterba <dsterba@suse.cz>2015-01-03 02:30:38 +0100
commitb07e5ca68e0263fada2ed6797bf7f128f4b6cdb0 (patch)
treeccf75ae83063481981de5bad3f33d6e1fb4d1a98 /Documentation/btrfs-qgroup.txt
parent9599de392232a74fbcccee57fbfc387af28ee4eb (diff)
btrfs-progs: doc qgroup, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/btrfs-qgroup.txt')
-rw-r--r--Documentation/btrfs-qgroup.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/btrfs-qgroup.txt b/Documentation/btrfs-qgroup.txt
index 3e13373a..8ce1c27d 100644
--- a/Documentation/btrfs-qgroup.txt
+++ b/Documentation/btrfs-qgroup.txt
@@ -40,10 +40,6 @@ SUBCOMMAND
Assign qgroup <src> as the child qgroup of <dst> in the btrfs filesystem
identified by <path>.
-*remove* <src> <dst> <path>::
-Remove the relationship between child qgroup <src> and parent qgroup <dst> in
-the btrfs filesystem identified by <path>.
-
*create* <qgroupid> <path>::
Create a subvolume quota group.
+
@@ -56,6 +52,17 @@ Destroy a qgroup.
If a qgroup is no isolated,which means it is a parent or child qgroup, it
can't be destroyed.
+*limit* [options] <size>|none [<qgroupid>] <path>::
+Limit the size of a qgroup to <size> or no limit in the btrfs filesystem
+identified by <path>.
++
+If <qgroupid> is not given, qgroup of the subvolume identified by <path>
+is used if possible.
+
+*remove* <src> <dst> <path>::
+Remove the relationship between child qgroup <src> and parent qgroup <dst> in
+the btrfs filesystem identified by <path>.
+
*show* [options] <path>::
Show all qgroups in the btrfs filesystem identified by <path>.
+
@@ -83,13 +90,6 @@ If no prefix is given, use ascending order by default.
+
If multiple <attr>s is given, use comma to separate.
-*limit* [options] <size>|none [<qgroupid>] <path>::
-Limit the size of a qgroup to <size> or no limit in the btrfs filesystem
-identified by <path>.
-+
-If <qgroupid> is not given, qgroup of the subvolume identified by <path>
-is used if possible.
-
EXIT STATUS
-----------
*btrfs qgroup* returns a zero exit status if it succeeds. Non zero is