Skip to content

Commit f414cac

Browse files
committed
chore: update lock command
1 parent 7ba92c5 commit f414cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub enum AlignedCommands {
7878
DepositToBatcher(DepositToBatcherArgs),
7979
#[clap(about = "Unlocks funds from the batcher", name = "unlock-funds")]
8080
UnlockFunds(LockUnlockFundsArgs),
81-
#[clap(about = "Lock funds in the batcher", name = "unlock-funds")]
81+
#[clap(about = "Lock funds in the batcher", name = "lock-funds")]
8282
LockFunds(LockUnlockFundsArgs),
8383
#[clap(about = "Withdraw funds from the batcher", name = "withdraw-funds")]
8484
WithdrawFunds(WithdrawFundsArgs),

0 commit comments

Comments
 (0)