diff --git a/src/bin/wallet.rs b/src/bin/wallet.rs index 0afc2689f5..598317ab84 100644 --- a/src/bin/wallet.rs +++ b/src/bin/wallet.rs @@ -282,7 +282,7 @@ fn display_actions() { println!(" address Get your public key"); println!(" balance Get your account balance"); println!(" airdrop Request a batch of tokens"); - println!(" pay Spend your tokens as fast as possible"); + println!(" pay Send tokens to a public key"); println!(" confirm Confirm your last payment by signature"); println!(""); }