From b4a5d6ecbe8ab5287e246f94a667b79707f2b3c1 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 22 May 2021 20:19:42 -0400 Subject: [PATCH] axon: better summary --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ffde0a2..115f809 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( func main() { x := cmdtab.New("axon", "autojoin", "deletemymsgs", "echo") - x.Summary = "a set of simple Matrix utility programs for the Client-Server API" + x.Summary = "a set of simple utility programs for the Matrix Client-Server API" x.Usage = "" x.Version = "v0.0.0" -- 2.38.4