Skip to content

Commit b7fb3cf

Browse files
committed
chore: fixed typo in uninstall description
1 parent eacbc3a commit b7fb3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codejive/jvm/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public Integer call() {
204204
@Command(
205205
name = "uninstall",
206206
aliases = {"u"},
207-
description = "Install a Java JDK or JRE")
207+
description = "Uninstall a Java JDK or JRE")
208208
static class Uninstall extends CmdBase {
209209
private String versionOrId;
210210

0 commit comments

Comments
 (0)