Tweaks to message text.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-03-14 08:23:24 +00:00
parent 6ee6692c83
commit 340840894a
1 changed files with 3 additions and 3 deletions

View File

@ -404,8 +404,8 @@ fn run(opts: &CliOptions) -> anyhow::Result<()> {
}
println!(concat!(
"\nPlease write down this phrase on something durable that you will keep\n",
"in a secure location.\n",
"\nPlease write down this phrase (including the numbering of words) on\n",
"something durable that you will keep in a secure location.\n",
"Press Enter when finished; then the phrase will disappear and you'll be\n",
"asked to re-enter a selection of words from it."
));
@ -466,7 +466,7 @@ fn run(opts: &CliOptions) -> anyhow::Result<()> {
return Err(WalletToolError::ZcashdConnection.into());
} else {
println!(
"\nThere was an unexpected response from zcashd:\n> {}",
"\nThere was an unexpected response from zcash-cli or zcashd:\n> {}",
cli_err.join("\n> "),
);
return Err(WalletToolError::UnexpectedResponse.into());