fix: termination instruction message

This commit is contained in:
xvzc 2024-08-25 18:17:25 +09:00
parent f8f740b0cf
commit 1f26fbd2e3

View File

@ -67,7 +67,7 @@ func PrintColoredBanner() {
{Level: 0, Text: "DEBUG : " + fmt.Sprint(config.Debug)},
}).Render()
pterm.DefaultBasicText.Println("Press 'CTRL + c to quit'")
pterm.DefaultBasicText.Println("Press 'CTRL + c' to quit")
}
func PrintSimpleInfo() {