mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix typo in recent PR commit (#2697)
This commit is contained in:
parent
8ebf31d949
commit
133bc764cd
1 changed files with 2 additions and 2 deletions
|
@ -560,8 +560,8 @@ get_commands_spec() ->
|
||||||
desc = "Push template roster from file to a user",
|
desc = "Push template roster from file to a user",
|
||||||
longdesc = "The text file must contain an erlang term: a list "
|
longdesc = "The text file must contain an erlang term: a list "
|
||||||
"of tuples with username, servername, group and nick. Example:\n"
|
"of tuples with username, servername, group and nick. Example:\n"
|
||||||
"[{<<\"user1\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 1\"},\n"
|
"[{<<\"user1\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 1\">>},\n"
|
||||||
" {<<\"user2\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 2\"}].\n"
|
" {<<\"user2\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 2\">>}].\n"
|
||||||
"When using UTF8 character encoding add /utf8 to certain string. Example:\n"
|
"When using UTF8 character encoding add /utf8 to certain string. Example:\n"
|
||||||
"[{<<\"user2\">>, <<\"localhost\">>, <<\"Workers\"/utf8>>, <<\"User 2\"/utf8>>}].",
|
"[{<<\"user2\">>, <<\"localhost\">>, <<\"Workers\"/utf8>>, <<\"User 2\"/utf8>>}].",
|
||||||
module = ?MODULE, function = push_roster,
|
module = ?MODULE, function = push_roster,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue