correct documenting comment
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
This commit is contained in:
parent
80d2ef41e0
commit
b1795595b8
|
@ -79,7 +79,7 @@ public class MojMapPatcher {
|
||||||
public static void main(String[] args) throws IOException, InterruptedException {
|
public static void main(String[] args) throws IOException, InterruptedException {
|
||||||
// temporary
|
// temporary
|
||||||
if (args.length < 3 || args.length > 4) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue