Fixed incorrect name

This commit is contained in:
Collin Smith 2020-11-20 22:59:22 -08:00
parent 47679e08e5
commit fae6605e13

View File

@ -55,7 +55,7 @@ public class DesktopLauncher {
if (cmd != null) { if (cmd != null) {
if (cmd.hasOption("help")) { if (cmd.hasOption("help")) {
HelpFormatter formatter = new HelpFormatter(); HelpFormatter formatter = new HelpFormatter();
formatter.printHelp("diablo", options); formatter.printHelp("riiablo", options);
System.exit(0); System.exit(0);
} }
} }