From 5d8b2f899a895af5cc7c059c20ba635238bf979d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 2 Jul 2018 20:15:40 -0600 Subject: [PATCH] Fix wallet doc --- src/bin/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(""); }