Skip to content
Snippets Groups Projects
Commit 27aeb39e authored by brinn's avatar brinn
Browse files

fix: example parameters

SVN: 15626
parent 0fc6f441
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ public class ScreeningClientApiTest ...@@ -50,7 +50,7 @@ public class ScreeningClientApiTest
{ {
System.err.println("Usage: <user> <password> <openbis-server-url>"); System.err.println("Usage: <user> <password> <openbis-server-url>");
System.err System.err
.println("Example parameters: test-user my-password http://localhost:8888/openbis"); .println("Example parameters: test-user my-password http://localhost:8888/openbis/openbis");
return; return;
} }
String userId = args[0]; String userId = args[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment