diff --git a/src/main/kotlin/com/beust/kobalt/app/Templates.kt b/src/main/kotlin/com/beust/kobalt/app/Templates.kt index 89397a47..a9d990c5 100644 --- a/src/main/kotlin/com/beust/kobalt/app/Templates.kt +++ b/src/main/kotlin/com/beust/kobalt/app/Templates.kt @@ -30,5 +30,6 @@ class Templates : ITemplateContributor { kobaltLog(1, " \"" + it.templateName + "\"\t\t" + it.templateDescription) } } + kobaltLog(1, "Once you've selected a template, run './kobaltw --init ") } }