1 files changed, 1 insertions(+), 1 deletions(-)
M main.go
M main.go => main.go +1 -1
@@ 7,7 7,7 @@ import (
func main() {
x := cmdtab.New("axon", "autojoin")
- x.Summary = "a set of simple Matrix CS utilities"
+ x.Summary = "a set of simple Matrix utility programs for the Client-Server API"
x.Usage = "<cmd>"
x.Version = "v0.0.0"