From 583624a6f815e86732d6944159bd637488ac8fef Mon Sep 17 00:00:00 2001 From: April Ayres-Griffiths Date: Sat, 25 May 2024 09:21:46 -0700 Subject: [PATCH] chore(banner.go): add message about help command --- banner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/banner.go b/banner.go index 4eaf583..f905b22 100644 --- a/banner.go +++ b/banner.go @@ -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") }