mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 21:48:46 +07:00
Fixed incorrect name
This commit is contained in:
parent
47679e08e5
commit
fae6605e13
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user