cmd: fix small typo in mnemonicCheck

This commit is contained in:
Phil Opaola 2018-07-06 03:54:20 -07:00 committed by Olaoluwa Osuntokun
parent 11e7f47f01
commit 6aaf692049

@ -1235,7 +1235,7 @@ mnemonicCheck:
// want to use, we'll generate a fresh one with the GenSeed
// command.
fmt.Println("Your cipher seed can optionally be encrypted.")
fmt.Printf("Input your passphrase you wish to encrypt it " +
fmt.Printf("Input your passphrase if you wish to encrypt it " +
"(or press enter to proceed without a cipher seed " +
"passphrase): ")
aezeedPass1, err := terminal.ReadPassword(int(syscall.Stdin))