From aa482757bc85f2d4dc50531aca8a7f66712e8c7c Mon Sep 17 00:00:00 2001 From: Adam Moser <63419657+toteki@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:55:21 -0600 Subject: [PATCH] Update x/leverage/client/cli/tx.go Co-authored-by: Robert Zaremba --- x/leverage/client/cli/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/leverage/client/cli/tx.go b/x/leverage/client/cli/tx.go index d912290632..4eeb43767a 100644 --- a/x/leverage/client/cli/tx.go +++ b/x/leverage/client/cli/tx.go @@ -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.