Skip to content

Commit

Permalink
Fix clap arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 27, 2024
1 parent c9a56cd commit 9971b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sys-lend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.help("Lending pool to deposit into. If multiple pools are provided, the pool with the highest APY is selected"),
)
.arg(
Arg::with_name("keypair")
Arg::with_name("signer")
.value_name("KEYPAIR")
.takes_value(true)
.required(true)
Expand Down

0 comments on commit 9971b0c

Please sign in to comment.