commit:     94e7f0adb2044e6fae02a8d93384ad65c725755b
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 19:22:19 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 19:26:14 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=94e7f0ad

Fix paramter description for "eselect java-vm set"

The 'user' or 'system' arguments became optional with
a9fd19b87c15 ("Decide based on the UID if system or user VM should be
modified").

Fixes: a9fd19b87c15c4c573ab43b8547a26d6ea894ebc

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 src/modules/java-vm.eselect.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in
index d2fdd7a..8fac2a1 100644
--- a/src/modules/java-vm.eselect.in
+++ b/src/modules/java-vm.eselect.in
@@ -112,7 +112,7 @@ describe_set_options() {
 }
 
 describe_set_parameters() {
-       echo "<user|system> <VM>"
+       echo "[user|system] <VM>"
 }
 
 do_set() {

Reply via email to