Skip to content

Commit

Permalink
distribute -> distribute-tokens (solana-labs#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 authored May 4, 2020
1 parent 9bb8473 commit 07d9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ where
.help("RPC entrypoint address. i.e. http://devnet.solana.com"),
)
.subcommand(
SubCommand::with_name("distribute")
SubCommand::with_name("distribute-tokens")
.about("Distribute tokens")
.arg(
Arg::with_name("transactions_csv")
Expand Down

0 comments on commit 07d9617

Please sign in to comment.