From: Michal 'vorner' Vaner Date: Wed, 29 May 2013 14:49:19 +0000 (+0200) Subject: [2922] Spec the members command X-Git-Tag: bind10-1.2.0beta1-release~406^2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33352a6b9af110cb06c40c8cfbecc26b5e3e89c2;p=thirdparty%2Fkea.git [2922] Spec the members command Include the members command in the spec file of msgq. --- diff --git a/src/bin/msgq/msgq.spec b/src/bin/msgq/msgq.spec index 93204fa73f..4b388c52c3 100644 --- a/src/bin/msgq/msgq.spec +++ b/src/bin/msgq/msgq.spec @@ -3,6 +3,18 @@ "module_name": "Msgq", "module_description": "The message queue", "config_data": [], - "commands": [] + "commands": [ + { + "command_name": "members", + "command_description": "Provide the list of members of a group or of the whole MsgQ if no group is given.", + "command_args": [ + { + "item_name": "group", + "item_optional": true, + "item_type": "string" + } + ] + } + ] } }