mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 12:18:10 +00:00
#998 -format argument is not working in commandline: fixed
This commit is contained in:
@@ -1787,7 +1787,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
Map<String, String> ret = new HashMap<>();
|
||||
for (String fmt : fmts) {
|
||||
if (fmt.contains(":")) {
|
||||
if (!fmt.contains(":")) {
|
||||
badArguments("format");
|
||||
}
|
||||
String[] parts = fmt.split(":");
|
||||
|
||||
Reference in New Issue
Block a user