chore(banner.go): add message about help command

This commit is contained in:
April Ayres-Griffiths 2024-05-25 09:21:46 -07:00
parent d147f7e61b
commit 583624a6f8

View File

@ -13,5 +13,6 @@ func banner() {
os.Stderr.WriteString(string(t) + "\r\n")
os.Stderr.WriteString("(c) 2015 - 2024 Paleotronic.com\n\n")
os.Stderr.WriteString("type 'help' to see commands\n\n")
}