From 330709ee136f146551718c1c2f351445cba95bfa Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 9 Jun 2015 14:22:05 +0200 Subject: btrfs-progs: add command group info strings They're printed in the 'btrfs' command group summary. Signed-off-by: David Sterba --- cmds-property.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmds-property.c') diff --git a/cmds-property.c b/cmds-property.c index 6501338..5f1dd5b 100644 --- a/cmds-property.c +++ b/cmds-property.c @@ -460,8 +460,11 @@ static int cmd_list(int argc, char **argv) return ret; } +static const char property_cmd_group_info[] = +"modify properties of filesystem objects"; + const struct cmd_group property_cmd_group = { - property_cmd_group_usage, NULL, { + property_cmd_group_usage, property_cmd_group_info, { { "get", cmd_get, cmd_get_usage, NULL, 0 }, { "set", cmd_set, cmd_set_usage, NULL, 0 }, { "list", cmd_list, cmd_list_usage, NULL, 0 }, -- cgit v1.2.1