From 50242cec789187d1d470180cc94555ce56061d10 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Jul 2021 19:19:58 +0200 Subject: [PATCH] Annotate the srg_create command as changed in 21.07 --- src/mod_admin_extra.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl index abbed635d..04cb39cfb 100644 --- a/src/mod_admin_extra.erl +++ b/src/mod_admin_extra.erl @@ -662,6 +662,7 @@ get_commands_spec() -> "For example:\n" " ejabberdctl srg_create group3 myserver.com " "name desc \\\"group1\\\\ngroup2\\\"", + note = "changed in 21.07", module = ?MODULE, function = srg_create, args = [{group, binary}, {host, binary}, {label, binary}, {description, binary}, {display, binary}],