提交 380d30c0 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

update

上级 9a0e2f44
Version = 3.0
Version = 3
Language = zh
......@@ -41,7 +41,7 @@ func main() {
flagSet = flag.NewFlagSet("zd", flag.ContinueOnError)
flag.StringVar(&uuid, "uuid", "", "区分服务进程的唯一ID")
flagSet.StringVar(&uuid, "uuid", "", "区分服务进程的唯一ID")
flagSet.StringVar(&vari.Ip, "b", "", "")
flagSet.StringVar(&vari.Ip, "bind", "", "")
......
......@@ -51,7 +51,7 @@ func PrintUsage() {
regx, _ = regexp.Compile(`zd.exe`)
usage = regx.ReplaceAllString(usage, "zd")
regx, _ = regexp.Compile(`d:\zd\config `)
regx, _ = regexp.Compile(`d:\\zd\\config `)
usage = regx.ReplaceAllString(usage, "/home/user/zd/config")
}
fmt.Printf("%s\n", usage)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册