Skip to content
Snippets Groups Projects
Commit 20859834 authored by cramakri's avatar cramakri
Browse files

LMS-2132 Initial work on jython-based validation.

SVN: 20702
parent e417af38
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ public class DssCommandFactoryTest extends AssertJUnit ...@@ -78,7 +78,7 @@ public class DssCommandFactoryTest extends AssertJUnit
cmd.printUsage(out); cmd.printUsage(out);
String helpText = String helpText =
"usage: dss_client.sh COMMAND [options...] <command arguments>\n" + "\n" "usage: dss_client.sh COMMAND [options...] <command arguments>\n" + "\n"
+ "Commands:\n" + " ls\n" + " get\n" + " put\n" + "testvalid\n" + "\n" + "Commands:\n" + " ls\n" + " get\n" + " put\n" + " testvalid\n" + "\n"
+ "Options:\n" + " [-p,--password] VAL : User login password\n" + "Options:\n" + " [-p,--password] VAL : User login password\n"
+ " [-s,--server-base-url] VAL : URL for openBIS Server (required)\n" + " [-s,--server-base-url] VAL : URL for openBIS Server (required)\n"
+ " [-u,--username] VAL : User login name\n"; + " [-u,--username] VAL : User login name\n";
......
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