From b9759648cc6400f1862ba0e4638f1b061f236505 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 20 Feb 2022 23:03:14 +0800 Subject: [PATCH] opt some --- src/hi/hi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hi/hi.go b/src/hi/hi.go index 81c790f4..535ae8ea 100644 --- a/src/hi/hi.go +++ b/src/hi/hi.go @@ -7,7 +7,7 @@ import ( type hi struct { ice.Zone - list string `name:"list zone id auto insert" help:"hi"` + list string `name:"list zone id auto insert" help:"示例"` } func (h hi) List(m *ice.Message, arg ...string) {