mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-21 18:29:43 +00:00
chore(banner.go): add message about help command
This commit is contained in:
parent
d147f7e61b
commit
583624a6f8
@ -13,5 +13,6 @@ func banner() {
|
|||||||
|
|
||||||
os.Stderr.WriteString(string(t) + "\r\n")
|
os.Stderr.WriteString(string(t) + "\r\n")
|
||||||
os.Stderr.WriteString("(c) 2015 - 2024 Paleotronic.com\n\n")
|
os.Stderr.WriteString("(c) 2015 - 2024 Paleotronic.com\n\n")
|
||||||
|
os.Stderr.WriteString("type 'help' to see commands\n\n")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user