Fix cli error message (#14619)
This commit is contained in:
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user