From cf07c38c258597aff52fde432da6f50b226094f3 Mon Sep 17 00:00:00 2001 From: juanf <juan.fuentes@id.ethz.ch> Date: Fri, 15 Jan 2021 13:06:57 +0100 Subject: [PATCH] Update README.md --- openbis-monitor-tool/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbis-monitor-tool/README.md b/openbis-monitor-tool/README.md index f3451b56241..a9658892671 100644 --- a/openbis-monitor-tool/README.md +++ b/openbis-monitor-tool/README.md @@ -18,6 +18,7 @@ The build will be found at ./build/distributions/openbis_monitor_tool.zip 2. From the root folder of the decompressed zip call the script on the bin directory. 3. Example of expected output. +``` openbis-monitor-tool % ./bin/openbis-monitor-tool https://openbis-eln.ethz.ch/ 30000 user_id user_password 20150407224113301-26972 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation @@ -26,4 +27,6 @@ Login [AS]: true Dataset Search [AS]: true File Search [DSS]: true ALL OK: true +``` + -- GitLab