Changing README.md to integrate the new standalone possibility

This commit is contained in:
Nanne Baars
2016-09-09 08:26:59 +02:00
parent b250af3564
commit 07d0292820
2 changed files with 8 additions and 12 deletions

View File

@ -43,7 +43,7 @@ import static com.github.ryenus.rop.OptionParser.Command;
* @version $Id: $Id
* @since July 24, 2016
*/
@Command(name = "webgoat", descriptions = "Start the WebGoat")
@Command(name = "webgoat", descriptions = "Starting WebGoat")
public class Main {
private final Logger logger = LoggerFactory.getLogger(Main.class);
@ -73,7 +73,6 @@ public class Main {
tomcat.getServer().await();
}
public static void main(String[] args) throws Exception {
OptionParser parser = new OptionParser(Main.class);
parser.parse(args);