SPIGOT-4863: --eraseCache doesn't work

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-05-04 20:54:32 +10:00
parent 59a3833b02
commit 5a40b00a62
2 changed files with 25 additions and 20 deletions

View File

@@ -111,6 +111,7 @@ public class Main {
.describedAs("Yml file");
acceptsAll(asList("forceUpgrade"), "Whether to force a world upgrade");
acceptsAll(asList("eraseCache"), "Whether to force cache erase during world upgrade");
acceptsAll(asList("nojline"), "Disables jline and emulates the vanilla console");