From 0086e4fd9ea0a3b046b27c97d614a711d11f48bc Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 19:51:52 +0800 Subject: [PATCH] Script Refactoring --- cmd/openim-test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/openim-test/main.go b/cmd/openim-test/main.go index e7fe67a2c..de2b2cd79 100644 --- a/cmd/openim-test/main.go +++ b/cmd/openim-test/main.go @@ -14,5 +14,5 @@ func main() { flag.Parse() // Print the values of the flags - fmt.Printf("-i %d -c %s\n", *index, *config) + fmt.Printf("args: -i %d -c %s\n", *index, *config) }