small renaming from ZUGFeRD to Factur-X

This commit is contained in:
jstaerk
2021-05-20 15:14:05 +02:00
parent 3c1d0b7759
commit fbe0f02c2b

View File

@@ -58,7 +58,7 @@ public class Main {
+ " It will start once a blank line has been entered.\n" + "\n"
+ " Additional parameter for both count operations\n"
+ " [-i, --ignorefileextension] Check for all files (*.*) instead of PDF files only (*.pdf) in metrics, ignore PDF/A input file errors in combine\n"
+ " --action=extract extract ZUGFeRD PDF to XML file\n"
+ " --action=extract extract Factur-X PDF to XML file\n"
+ " Additional parameters (optional - user will be prompted if not defined)\n"
+ " [--source=<filename>]: set input PDF file\n"
+ " [--out=<filename>]: set output XML file\n"
@@ -66,7 +66,7 @@ public class Main {
+ " Additional parameters (optional - user will be prompted if not defined)\n"
+ " [--source=<filename>]: set input PDF file\n"
+ " [--out=<filename>]: set output PDF file\n"
+ " --action=combine combine XML and PDF file to ZUGFeRD PDF file\n"
+ " --action=combine combine XML and PDF file to Factur-X PDF file\n"
+ " Additional parameters (optional - user will be prompted if not defined)\n"
+ " [--source=<filename>]: set input PDF file\n"
+ " [--source-xml=<filename>]: set input XML file\n"