We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacbc3a commit b7fb3cfCopy full SHA for b7fb3cf
src/main/java/org/codejive/jvm/Main.java
@@ -204,7 +204,7 @@ public Integer call() {
204
@Command(
205
name = "uninstall",
206
aliases = {"u"},
207
- description = "Install a Java JDK or JRE")
+ description = "Uninstall a Java JDK or JRE")
208
static class Uninstall extends CmdBase {
209
private String versionOrId;
210
0 commit comments