From d25c25350211376fb61e68a851843ae070223061 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 22 May 2021 18:22:07 -0400 Subject: [PATCH] Better axon summary string --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7b296ad..6fbbdd4 100644 --- a/main.go +++ b/main.go @@ -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 = "" x.Version = "v0.0.0" -- 2.38.4