Skip to content

Commit

Permalink
Update x/leverage/client/cli/tx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
  • Loading branch information
toteki and robert-zaremba committed Jun 26, 2023
1 parent 3eaf13d commit aa48275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func GetCmdLeveragedLiquidate() *cobra.Command {
cmd := &cobra.Command{
Use: "lev-liquidate [borrower] [repay-denom] [reward-denom]",
Args: cobra.ExactArgs(3),
Short: "Borrow tokens to liquidate a borrower's debt and immediately collateralize the reward.",
Short: "Liquidates by moving borrower debt to the liquidator and immediately collateralizes the reward.",
Long: strings.TrimSpace(
fmt.Sprintf(`
Borrow tokens to liquidate a borrower's debt and immediately collateralize the reward.
Expand Down

0 comments on commit aa48275

Please sign in to comment.