switch to cii2ubl 1.3.0, update commandline help, remove getZip in favor of getZIP

This commit is contained in:
jstaerk
2021-01-19 08:59:26 +01:00
parent 1675728563
commit 2defd02f1d
4 changed files with 4 additions and 5 deletions

View File

@@ -94,6 +94,8 @@ public class Main {
+ " Additional parameters (optional - user will be prompted if not defined)\n"
+ " -d, --directory to check recursively\n"
+ " --action=visualize convert XML to HTML \n"
+ " [--source <filename>]: set input XML file\n"
+ " [--out <filename>]: set output HTML file\n"
;
}