1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 07:37:23 +00:00

Update wall help

This commit is contained in:
2019-10-17 09:27:13 -04:00
parent aca97bf503
commit 2544c4db9e

View File

@ -15,7 +15,7 @@ import (
func init() { func init() {
command := Command{ command := Command{
Cmd: []string{"wall", "w"}, Cmd: []string{"wall", "w"},
Description: "- Show public messages for a user", Description: "$user / !all - Show public messages for a user or all users you follow",
Help: "", Help: "",
Exec: cmdWall, Exec: cmdWall,
} }