From 6aaf69204978176ea8f129e9bc77e1afff53340e Mon Sep 17 00:00:00 2001 From: Phil Opaola Date: Fri, 6 Jul 2018 03:54:20 -0700 Subject: [PATCH] cmd: fix small typo in mnemonicCheck --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 23675cfb..23dd92e3 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -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))