From 792f36f11690b31bd20ba991a919f3f1ba43fa89 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 21 Feb 2016 21:04:29 +0400 Subject: [PATCH] Clarify message. --- src/main/kotlin/com/beust/kobalt/app/UpdateKobalt.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/UpdateKobalt.kt b/src/main/kotlin/com/beust/kobalt/app/UpdateKobalt.kt index 2c8a0dbc..b2ad82e1 100644 --- a/src/main/kotlin/com/beust/kobalt/app/UpdateKobalt.kt +++ b/src/main/kotlin/com/beust/kobalt/app/UpdateKobalt.kt @@ -44,7 +44,8 @@ public class UpdateKobalt @Inject constructor(val github: GithubApi, val wrapper val distFile = File(KFiles.joinDir(KFiles.distributionsDir, latestVersionString)) if (latestVersion > current) { if (distFile.exists()) { - log(1, "**** Version $latestVersionString is installed") + log(1, "**** Version $latestVersionString is installed, you can switch to it with " + + "./kobaltw --update") } else { listOf("", "New Kobalt version available: $latestVersionString", "To update, run ./kobaltw --update", "").forEach {