From 95dded61a1543dbf308b288d4ac2f8a4971206ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 16 May 2019 18:10:06 +0200 Subject: [PATCH] Update README.md --- cmd/xmpp-check/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/xmpp-check/README.md b/cmd/xmpp-check/README.md index 43a8df8..e2d5b3e 100644 --- a/cmd/xmpp-check/README.md +++ b/cmd/xmpp-check/README.md @@ -13,7 +13,7 @@ $ go get -u gosrc.io/xmpp/cmd/xmpp-check If you server is on standard port and XMPP domains matches the hostname you can simply use: ``` -$ xmpp-check myhost.net:5222 xmppdomain.net +$ xmpp-check myhost.net 2019/05/16 16:04:36 All checks passed ``` @@ -21,7 +21,7 @@ You can also pass the port and the XMPP domain if different from the server host ``` $ xmpp-check myhost.net:5222 xmppdomain.net -2019/05/16 16:04:36 All checks passed +2019/05/16 16:05:21 All checks passed ``` Error code will be non-zero in case of error. You can thus use it directly with your usual