Skip to content

Commit af70f45

Browse files
committed
Updated major update message in line with new flag
1 parent 9e18563 commit af70f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lushplugins/pluginupdater/command/UpdateCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private String updateAll(CommandSender sender, boolean force) {
7979
}
8080

8181
if (finalMajorCount > 0) {
82-
ChatColorHandler.sendMessage(sender, "&#e0c01b%s &#ffe27aplugins require major updates, run &#e0c01b/updates update all -f &#ffe27ato force all possible updates".formatted(finalMajorCount));
82+
ChatColorHandler.sendMessage(sender, "&#e0c01b%s &#ffe27aplugins require major updates, run &#e0c01b/updates update all --force &#ffe27ato force all possible updates".formatted(finalMajorCount));
8383
}
8484

8585
return null;

0 commit comments

Comments
 (0)