From ea3a1c0328e42a817d63d2be7346a97134a90ae1 Mon Sep 17 00:00:00 2001 From: Mohamad Alamili Date: Sun, 1 May 2016 22:39:08 +0200 Subject: [PATCH] Minor changes --- README.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d8366..e55496f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Finally, in a command prompt, run: java -jar f25-parser.jar ``` +## Options +Use the command line options --template, --source, and --destination to change either location. +There is a help printout after running for more information. + ## Prerequisites - Java 8 \ No newline at end of file diff --git a/pom.xml b/pom.xml index dd1778a..2a149dd 100755 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ - f25parser + f25-parser