aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-06-27 21:22:19 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-06-27 21:26:14 +0200
commit94e7f0adb2044e6fae02a8d93384ad65c725755b (patch)
treea46299d5246996fa1318c7cdcd6416cbd0d2119b
parentjava-vm.eselect: remove trailing slash from VM_BASE (diff)
downloadeselect-java-94e7f0adb2044e6fae02a8d93384ad65c725755b.tar.gz
eselect-java-94e7f0adb2044e6fae02a8d93384ad65c725755b.tar.bz2
eselect-java-94e7f0adb2044e6fae02a8d93384ad65c725755b.zip
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@gentoo.org>
-rw-r--r--src/modules/java-vm.eselect.in2
1 files changed, 1 insertions, 1 deletions
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() {