From c38d9ca6f20787b7710db8ee4763e47e981a02b6 Mon Sep 17 00:00:00 2001 From: Koen De Wit Date: Wed, 27 Mar 2013 14:54:12 +0100 Subject: 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 --- cmds-qgroup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmds-qgroup.c') 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] |none [] ", "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 }; -- cgit v1.2.3