mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
Update CommandLineArgumentParser.java
This commit is contained in:
committed by
Jindra Petřík
parent
e979e4a019
commit
8aeade870f
@@ -2912,7 +2912,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
|
||||
private static void parseReplace(Stack<String> args) {
|
||||
if (args.size() < 4) {
|
||||
if (args.size() < 3) {
|
||||
badArguments("replace");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user