docs: Fix title

This commit is contained in:
Serge Guzik 2019-02-12 17:49:16 +02:00
parent 5b8f4677cf
commit cf4b1022f6
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Warp4j
Turn JAR (java application archive) into self-contained executable.
Turn JAR (java archive) into self-contained executable.
## Features
@ -56,7 +56,7 @@ $ wapr4j --help
Usage: warp4j [options] <app.jar>
Turn JAR (java application archive) into self-contained executable
Turn JAR (java archive) into self-contained executable
Options:
-j, --java-version <version>

2
warp4j
View File

@ -4,7 +4,7 @@ function print_help {
echo
echo 'Usage: warp4j [options] <app.jar>'
echo
echo 'Turn JAR (java application archive) into self-contained executable'
echo 'Turn JAR (java archive) into self-contained executable'
echo
echo 'Options:'
echo ' -j, --java-version <version>'