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

Fix typo in command description

This commit is contained in:
Badlop 2018-08-13 16:42:16 +02:00
parent 0bf93eefcb
commit f3f3b1586e

View File

@ -120,7 +120,7 @@ get_commands_spec() ->
args = [],
result = {certificates, string}},
#ejabberd_commands{name = list_certificates, tags = [acme],
desc = "Lists all curently handled certificates and "
desc = "Lists all currently handled certificates and "
"their respective domains in {plain|verbose} format",
module = ?MODULE, function = list_certificates,
args_desc = ["Whether to print the whole certificate "