Changing README.md to integrate the new standalone possibility
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user