diff --git a/cli/src/program.rs b/cli/src/program.rs index c15ae9ad0e..4cf1e4b651 100644 --- a/cli/src/program.rs +++ b/cli/src/program.rs @@ -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 ); }