~edwargix/axon

b4a5d6ecbe8ab5287e246f94a667b79707f2b3c1 — David Florness 3 years ago fcefe8c
axon: better summary
1 files changed, 1 insertions(+), 1 deletions(-)

M main.go
M main.go => main.go +1 -1
@@ 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 = "<cmd>"
	x.Version = "v0.0.0"