From 133bc764cda1c0338f7fbf827796c5921f4e9a52 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 23 Nov 2018 13:21:17 +0100 Subject: Fix typo in recent PR commit (#2697) --- src/mod_admin_extra.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl index 8c307e677..367196a07 100644 --- a/src/mod_admin_extra.erl +++ b/src/mod_admin_extra.erl @@ -560,8 +560,8 @@ get_commands_spec() -> desc = "Push template roster from file to a user", longdesc = "The text file must contain an erlang term: a list " "of tuples with username, servername, group and nick. Example:\n" - "[{<<\"user1\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 1\"},\n" - " {<<\"user2\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 2\"}].\n" + "[{<<\"user1\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 1\">>},\n" + " {<<\"user2\">>, <<\"localhost\">>, <<\"Workers\">>, <<\"User 2\">>}].\n" "When using UTF8 character encoding add /utf8 to certain string. Example:\n" "[{<<\"user2\">>, <<\"localhost\">>, <<\"Workers\"/utf8>>, <<\"User 2\"/utf8>>}].", module = ?MODULE, function = push_roster, -- cgit v1.2.3