commit: a9eaed866badaffb61c98b4ec9bf7281c6d4d30e Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Wed Oct 30 20:00:05 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Oct 30 20:00:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=a9eaed86
fixed usage app name Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> src/main/resources/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/usage.txt b/src/main/resources/usage.txt index 40e1914..c874ace 100644 --- a/src/main/resources/usage.txt +++ b/src/main/resources/usage.txt @@ -1,4 +1,4 @@ -Usage: jar <args> +Usage: java-ebuilder <args> --download-uri|-u <uri> uri that goes to SRC_URI --ebuild|-e <file> path to ebuild that should be created --generate-ebuild|-g generates ebuild from pom.xml