diff --git a/cmd/puppeth/wizard_intro.go b/cmd/puppeth/wizard_intro.go index b1b7deb6fc..9140aa746b 100644 --- a/cmd/puppeth/wizard_intro.go +++ b/cmd/puppeth/wizard_intro.go @@ -46,9 +46,9 @@ func makeWizard(network string) *wizard { // setting up a new or managing an existing Ubiq private network. func (w *wizard) run() { fmt.Println("+-----------------------------------------------------------+") - fmt.Println("| Welcome to puppeth, your Ubiq private network manager |") + fmt.Println("| Welcome to puppeth, your Ubiq private network manager |") fmt.Println("| |") - fmt.Println("| This tool lets you create a new Ubiq network down to |") + fmt.Println("| This tool lets you create a new Ubiq network down to |") fmt.Println("| the genesis block, bootnodes, miners and ethstats servers |") fmt.Println("| without the hassle that it would normally entail. |") fmt.Println("| |")