Skip to content
Snippets Groups Projects
Commit 0ccf3b3f authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

updated version

parent 8e8861cf
Branches devel
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ buildscript {
}
group 'de.tudresden.inf.st'
version '0.1'
version '0.2'
apply plugin: 'java'
apply plugin: 'java-library'
......
......@@ -79,7 +79,6 @@ public class Main {
// Print help/usage instructions
private static void printUsage() {
System.out.println("Usage: java -jar MyApp.jar [options]");
System.out.println("Options:");
System.out.println(" --inhibitor <true|false> Enable or disable inhibitor flag (default: false)");
System.out.println(" --signal <true|false> Enable or disable signal flag (default: false)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment