rbpf-cli: fix deprecation notice (#31743)

Co-authored-by: Richard Patel <ripatel@jumptrading.com>
This commit is contained in:
ripatel-jump 2023-05-22 11:47:05 +02:00 committed by GitHub
parent 065a81e560
commit adbabe2c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
fn main() {
println!(
r##"rbpf-cli is replaced by solana-ledger-tool run subcommand.
Please, use 'solana-ledger-tool run --help' for more information."##
r##"rbpf-cli is replaced by solana-ledger-tool program run subcommand.
Please, use 'solana-ledger-tool program run --help' for more information."##
);
}