summaryrefslogtreecommitdiff
path: root/cmds-qgroup.c
diff options
context:
space:
mode:
authorKoen De Wit <koen.de.wit@oracle.com>2013-03-27 14:54:12 +0100
committerDavid Sterba <dsterba@suse.cz>2013-04-23 18:56:21 +0200
commitc38d9ca6f20787b7710db8ee4763e47e981a02b6 (patch)
tree5e2fe63ab1bd98daaa46d6e16a098833c79dee31 /cmds-qgroup.c
parentd93cad2677613b0a31315e428ead5339612a4b1c (diff)
btrfs-progs: add quota-related info to usage messages
Extending usage messages with some info on the quota functionality: - The -i option of "subvol create" and "subvol snapshot" was not documented - The -c option of "qgroup limit" is the default option - The "qouta rescan" command is not yet implemented, while it should be executed after enabling quota on a non-empty filesystem. Signed-off-by: Koen De Wit <koen.de.wit@oracle.com>
Diffstat (limited to 'cmds-qgroup.c')
-rw-r--r--cmds-qgroup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds-qgroup.c b/cmds-qgroup.c
index 275f00fc..95aca9b8 100644
--- a/cmds-qgroup.c
+++ b/cmds-qgroup.c
@@ -326,7 +326,8 @@ static const char * const cmd_qgroup_limit_usage[] = {
"btrfs qgroup limit [options] <size>|none [<qgroupid>] <path>",
"Limit the size of a subvolume quota group.",
"",
- "-c limit amount of data after compression",
+ "-c limit amount of data after compression. This is the default,",
+ " it is currently not possible to turn off this option.",
"-e limit space exclusively assigned to this qgroup",
NULL
};