Annotate the srg_create command as changed in 21.07

This commit is contained in:
Badlop 2021-07-20 19:19:58 +02:00
parent 33f821d4f7
commit 50242cec78
1 changed files with 1 additions and 0 deletions

View File

@ -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}],