Fix cli error message (#14619)
This commit is contained in:
parent
3175cf1deb
commit
97f499ce12
|
@ -1477,7 +1477,7 @@ fn report_ephemeral_mnemonic(words: usize, mnemonic: bip39::Mnemonic) {
|
|||
words
|
||||
);
|
||||
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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue