1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Clarify template use.

This commit is contained in:
Cedric Beust 2017-03-30 19:16:18 -07:00
parent c7e3d62228
commit ba1d8f30b0

View file

@ -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 <templateName>")
}
}