Change "ctrl+c" to "Ctrl+C"

This commit is contained in:
Anthony Fok
2015-01-29 14:19:12 -07:00
parent dbb86679a1
commit 664fd99135
5 changed files with 8 additions and 8 deletions

View File

@@ -233,7 +233,7 @@ func build(watches ...bool) {
if BuildWatch {
jww.FEEDBACK.Println("Watching for changes in", helpers.AbsPathify(viper.GetString("ContentDir")))
jww.FEEDBACK.Println("Press ctrl+c to stop")
jww.FEEDBACK.Println("Press Ctrl+C to stop")
utils.CheckErr(NewWatcher(0))
}
}