diff --git a/cmd/geth/config.go b/cmd/geth/config.go index 80bf95b1ac..d152dcbc87 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -18,6 +18,7 @@ package main import ( "fmt" + "io/ioutil" "math/big" "os" "time" @@ -25,6 +26,8 @@ import ( "github.com/BurntSushi/toml" "gopkg.in/urfave/cli.v1" + "github.com/BurntSushi/toml" + "github.com/ethereum/go-ethereum/accounts/external" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/accounts/scwallet" diff --git a/internal/cli/server/command.go b/internal/cli/server/command.go index aeb435a361..3386735507 100644 --- a/internal/cli/server/command.go +++ b/internal/cli/server/command.go @@ -41,7 +41,7 @@ func (c *Command) MarkDown() string { // Help implements the cli.Command interface func (c *Command) Help() string { return `Usage: bor [options] - + Run the Bor server. ` + c.Flags().Help() }