Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java-ebuilder:master commit in: src/main/resources/
Date: Wed, 30 Oct 2019 20:00:24
Message-Id: 1572465605.a9eaed866badaffb61c98b4ec9bf7281c6d4d30e.fordfrog@gentoo
1 commit: a9eaed866badaffb61c98b4ec9bf7281c6d4d30e
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 20:00:05 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 20:00:05 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=a9eaed86
7
8 fixed usage app name
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 src/main/resources/usage.txt | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/main/resources/usage.txt b/src/main/resources/usage.txt
16 index 40e1914..c874ace 100644
17 --- a/src/main/resources/usage.txt
18 +++ b/src/main/resources/usage.txt
19 @@ -1,4 +1,4 @@
20 -Usage: jar <args>
21 +Usage: java-ebuilder <args>
22 --download-uri|-u <uri> uri that goes to SRC_URI
23 --ebuild|-e <file> path to ebuild that should be created
24 --generate-ebuild|-g generates ebuild from pom.xml