Browse Source
Merge pull request #5 from freemanxx/fix-typo
fix typo of help information (close #4)
pull/251/head
yedf2
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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.") |
|
|
|
|
|
|
|
|