Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Alamili committed May 1, 2016
1 parent 2a77db3 commit ea3a1c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<configuration>

<!-- Output name -->
<finalName>f25parser</finalName>
<finalName>f25-parser</finalName>

<!-- Main Class -->
<archive>
Expand Down

0 comments on commit ea3a1c0

Please sign in to comment.