Fridrich Strba 2019-03-15 15:27:32 +00:00 committed by Git OBS Bridge
parent d900094cd8
commit 5d1cc711af

View File

@ -17,6 +17,6 @@
{ {
System.err.println( "Usage: modello <model> <outputType> <output directory> <modelVersion> <packageWithVersion>" System.err.println( "Usage: modello <model> <outputType> <output directory> <modelVersion> <packageWithVersion>"
- + "<useJava5> [<encoding>]" ); - + "<useJava5> [<encoding>]" );
+ + "<useJava5> [<encoding> [<domAsXpp3>]]" ); + + " <useJava5> [<encoding> [<domAsXpp3>]]" );
} }
} }