Correct help text

This commit is contained in:
Michael Vines 2020-10-13 11:45:41 -07:00
parent a2400c35af
commit 9c7c12c361
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ fn main() {
.arg(
Arg::with_name("destination")
.validator(is_valid_pubkey)
.value_name("TOKEN_ACCOUNT_ADDRESS")
.value_name("REFUND_ACCOUNT_ADDRESS")
.takes_value(true)
.index(2)
.required(true)