mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-22 20:44:49 +01:00
fix: help message
This commit is contained in:
parent
32ea510f10
commit
c75cd1f4d6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class MappingWriter {
|
||||||
|
|
||||||
if(args.length < 3) {
|
if(args.length < 3) {
|
||||||
System.err.println("Bad argument count!");
|
System.err.println("Bad argument count!");
|
||||||
System.err.println("java -jar mapping-writer.jar [-r] <location> <format> <output> [-a <custom args]");
|
System.err.println("java -jar mapping-writer.jar [-r] [-o] <location> <format> <output> [-a <custom args>]");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue