Add 'config' tag to the reload_config command

This commit is contained in:
Badlop 2019-03-27 11:51:43 +01:00
parent 1f2b8adc28
commit ee2b441b0f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ get_commands_spec() ->
result_example = [<<"example.com">>, <<"anon.example.com">>],
args = [],
result = {vhosts, {list, {vhost, string}}}},
#ejabberd_commands{name = reload_config, tags = [server],
#ejabberd_commands{name = reload_config, tags = [server, config],
desc = "Reload config file in memory",
module = ?MODULE, function = reload_config,
args = [],