diff options
| -rw-r--r-- | src/modules/java-vm.eselect.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in index 8181b8c..e1ea872 100644 --- a/src/modules/java-vm.eselect.in +++ b/src/modules/java-vm.eselect.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage the Java system and user VM" @@ -191,7 +191,7 @@ set_symlink() { } describe_update() { - echo "Automatically update the Java system VM" + echo "Update the Java system VM to the best suitable one (not necessarily the latest)" } do_update() { |
