diff --git a/cmd/bitxhub/init.go b/cmd/bitxhub/init.go index f869a3e..2f94ba6 100755 --- a/cmd/bitxhub/init.go +++ b/cmd/bitxhub/init.go @@ -14,13 +14,6 @@ func initCMD() cli.Command { Name: "init", Usage: "Initialize BitXHub local configuration", Action: initialize, - Flags: []cli.Flag{ - cli.StringFlag{ - Name: "config", - Value: "", - Usage: "BitXHub config repo path", - }, - }, } }