From dea0e5642e5fe323f32e288ea1b5e6194b49a9a9 Mon Sep 17 00:00:00 2001 From: Bei Date: Wed, 9 Mar 2022 17:28:05 +0800 Subject: [PATCH] fix typo of help information --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bc7e2df..f0fcd98 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ func usage() { var isVersion = flag.Bool("v", false, "Show the version of dtm.") var isDebug = flag.Bool("d", false, "Set log level to debug.") -var isHelp = flag.Bool("h", false, "Show the help information about etcd.") +var isHelp = flag.Bool("h", false, "Show the help information about dtm.") var isReset = flag.Bool("r", false, "Reset dtm server data.") var confFile = flag.String("c", "", "Path to the server configuration file.")