~edwargix/axon

d25c25350211376fb61e68a851843ae070223061 — David Florness 3 years ago c4d148c
Better axon summary string
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"