Fix wallet doc

This commit is contained in:
Greg Fitzgerald 2018-07-02 20:15:40 -06:00 committed by Grimes
parent 490205ab84
commit 5d8b2f899a
1 changed files with 1 additions and 1 deletions

View File

@ -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!("");
}