Skip to content

Commit

Permalink
cli: Update help text for deploy's --use-rpc (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Apr 23, 2024
1 parent f5db8d2 commit c164d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl ProgramSubCommands for App<'_, '_> {
),
)
.arg(Arg::with_name("use_rpc").long("use-rpc").help(
"Send transactions to the configured RPC instead of validator TPUs",
"Send write transactions to the configured RPC instead of validator TPUs",
))
.arg(compute_unit_price_arg()),
)
Expand Down

0 comments on commit c164d6f

Please sign in to comment.