From 30371b248378a625101cc42bca627a9c1a148695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 26 Sep 2006 11:08:44 +0000 Subject: * src/ejabberd_s2s.erl: More precise message for the new s2s statistic command. SVN Revision: 642 --- src/ejabberd_s2s.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ejabberd_s2s.erl b/src/ejabberd_s2s.erl index c3fbf6491..9b1177292 100644 --- a/src/ejabberd_s2s.erl +++ b/src/ejabberd_s2s.erl @@ -116,8 +116,8 @@ init([]) -> mnesia:add_table_copy(s2s, node(), ram_copies), mnesia:subscribe(system), ejabberd_ctl:register_commands( - [{"incoming-s2s-number", "print a number of incoming s2s connections"}, - {"outgoing-s2s-number", "print a number of outgoing s2s connections"}], + [{"incoming-s2s-number", "print number of incoming s2s connections on the node"}, + {"outgoing-s2s-number", "print number of outgoing s2s connections on the node"}], ?MODULE, ctl_process), {ok, #state{}}. -- cgit v1.2.3