Fix cli error message (#14619)

This commit is contained in:
Jack May
2021-01-15 15:53:30 -08:00
committed by GitHub
parent 3175cf1deb
commit 97f499ce12

View File

@ -1477,7 +1477,7 @@ fn report_ephemeral_mnemonic(words: usize, mnemonic: bip39::Mnemonic) {
words words
); );
eprintln!( eprintln!(
"then pass it as the [BUFFER_SIGNER] argument to `solana upgrade ...`\n{}\n{}\n{}", "then pass it as the [BUFFER_SIGNER] argument to `solana deploy` or `solana write-buffer`\n{}\n{}\n{}",
divider, phrase, divider divider, phrase, divider
); );
} }