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: Fri, 01 Nov 2019 19:05:22
Message-Id: 1572635078.74183b4fabbf629ade1ba60b66c4f81db854af07.fordfrog@gentoo
1 commit: 74183b4fabbf629ade1ba60b66c4f81db854af07
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 19:04:38 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 19:04:38 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=74183b4f
7
8 updated usage
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 src/main/resources/usage.txt | 14 +++++++++++---
13 1 file changed, 11 insertions(+), 3 deletions(-)
14
15 diff --git a/src/main/resources/usage.txt b/src/main/resources/usage.txt
16 index c874ace..4ad06d7 100644
17 --- a/src/main/resources/usage.txt
18 +++ b/src/main/resources/usage.txt
19 @@ -1,4 +1,6 @@
20 Usage: java-ebuilder <args>
21 +
22 +Generating ebuild:
23 --download-uri|-u <uri> uri that goes to SRC_URI
24 --ebuild|-e <file> path to ebuild that should be created
25 --generate-ebuild|-g generates ebuild from pom.xml
26 @@ -7,9 +9,15 @@ Usage: java-ebuilder <args>
27 --pom|-p <file> path to pom.xml that should be parsed, the path must
28 be relative to workdir (can be specified multiple
29 times)
30 +--slot|-s <slot> SLOT number
31 +--workdir|-w <dir> path to ebuild workdir (${WORKDIR}, default is
32 + current directory)
33 +
34 +Refreshing cache:
35 --portage-tree|-t path to portage tree that should be parsed when
36 refreshing cache (default is /usr/portage)
37 ---cache-file location of output cache file (default is ~/.java-ebuilder/cache)
38 --refresh-cache|-c refreshes java ebuild cache
39 ---slot|-s <slot> SLOT number
40 ---workdir|-w <dir> path to workdir (default is current directory)
41 +
42 +Common:
43 +--cache-file location of cache file (default is
44 + ~/.java-ebuilder/cache)