commit: 74183b4fabbf629ade1ba60b66c4f81db854af07
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 19:04:38 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 19:04:38 2019 +0000
URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=74183b4f
updated usage
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
src/main/resources/usage.txt | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/usage.txt b/src/main/resources/usage.txt
index c874ace..4ad06d7 100644
--- a/src/main/resources/usage.txt
+++ b/src/main/resources/usage.txt
@@ -1,4 +1,6 @@
Usage: java-ebuilder <args>
+
+Generating ebuild:
--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
@@ -7,9 +9,15 @@ Usage: java-ebuilder <args>
--pom|-p <file> path to pom.xml that should be parsed, the path
must
be relative to workdir (can be specified multiple
times)
+--slot|-s <slot> SLOT number
+--workdir|-w <dir> path to ebuild workdir (${WORKDIR}, default is
+ current directory)
+
+Refreshing cache:
--portage-tree|-t path to portage tree that should be parsed when
refreshing cache (default is /usr/portage)
---cache-file location of output cache file (default is
~/.java-ebuilder/cache)
--refresh-cache|-c refreshes java ebuild cache
---slot|-s <slot> SLOT number
---workdir|-w <dir> path to workdir (default is current directory)
+
+Common:
+--cache-file location of cache file (default is
+ ~/.java-ebuilder/cache)