correct documenting comment
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s

This commit is contained in:
moehreag 2024-05-16 14:15:19 +02:00
parent 80d2ef41e0
commit b1795595b8

View file

@ -79,7 +79,7 @@ public class MojMapPatcher {
public static void main(String[] args) throws IOException, InterruptedException {
// temporary
if (args.length < 3 || args.length > 4) {
System.err.println("Usage: [minecraft-version] [minecraft.jar] [out.jar] <--remove-meta-inf>");
System.err.println("Usage: <minecraft-version> <minecraft.jar> <out.jar> [--remove-meta-inf]");
return;
}