25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Slightly improve arg example

This commit is contained in:
Evgeny Khramtsov 2019-09-22 01:03:08 +03:00
parent f5156390bb
commit ea09497038

View File

@ -448,7 +448,7 @@ get_commands_spec() ->
"domains: all | domain1,domain2,...",
module = ?MODULE, function = request_certificate,
args_desc = ["Domains for which to acquire a certificate"],
args_example = ["all | www.example.com,www.example1.net"],
args_example = ["all | domain.tld,conference.domain.tld,..."],
args = [{domains, string}],
result = {res, restuple}},
#ejabberd_commands{name = list_certificates, tags = [acme],