mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Fix set_loglevel example argument documentation
This commit is contained in:
parent
624ba7e94f
commit
de0aead1cd
@ -151,7 +151,7 @@ get_commands_spec() ->
|
|||||||
module = ?MODULE, function = set_loglevel,
|
module = ?MODULE, function = set_loglevel,
|
||||||
args_desc = ["Desired logging level: none | emergency | alert | critical "
|
args_desc = ["Desired logging level: none | emergency | alert | critical "
|
||||||
"| error | warning | notice | info | debug"],
|
"| error | warning | notice | info | debug"],
|
||||||
args_example = [debug],
|
args_example = ["debug"],
|
||||||
args = [{loglevel, string}],
|
args = [{loglevel, string}],
|
||||||
result = {res, rescode}},
|
result = {res, rescode}},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user