aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-07-20 19:19:58 +0200
committerBadlop <badlop@process-one.net>2021-07-21 13:11:09 +0200
commit50242cec789187d1d470180cc94555ce56061d10 (patch)
treec1ce167a06d5bfadeb8679dc2124542300a5157c /src/mod_admin_extra.erl
parentSimplify the --with-rebar example in README (diff)
Annotate the srg_create command as changed in 21.07
Diffstat (limited to 'src/mod_admin_extra.erl')
-rw-r--r--src/mod_admin_extra.erl1
1 files changed, 1 insertions, 0 deletions
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}],