We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba92c5 commit f414cacCopy full SHA for f414cac
crates/cli/src/main.rs
@@ -78,7 +78,7 @@ pub enum AlignedCommands {
78
DepositToBatcher(DepositToBatcherArgs),
79
#[clap(about = "Unlocks funds from the batcher", name = "unlock-funds")]
80
UnlockFunds(LockUnlockFundsArgs),
81
- #[clap(about = "Lock funds in the batcher", name = "unlock-funds")]
+ #[clap(about = "Lock funds in the batcher", name = "lock-funds")]
82
LockFunds(LockUnlockFundsArgs),
83
#[clap(about = "Withdraw funds from the batcher", name = "withdraw-funds")]
84
WithdrawFunds(WithdrawFundsArgs),
0 commit comments