From fabeee93cc91bdb9de5d4d1865dfe8bca9ef8a55 Mon Sep 17 00:00:00 2001 From: Ruaridh Date: Mon, 19 Oct 2020 15:58:14 +0100 Subject: [PATCH] add arg to usage message (#697) --- x/incentive/client/cli/tx.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/incentive/client/cli/tx.go b/x/incentive/client/cli/tx.go index 6451851e..91fa9a0e 100644 --- a/x/incentive/client/cli/tx.go +++ b/x/incentive/client/cli/tx.go @@ -35,8 +35,8 @@ func GetTxCmd(cdc *codec.Codec) *cobra.Command { func getCmdClaim(cdc *codec.Codec) *cobra.Command { return &cobra.Command{ - Use: "claim [owner] [denom]", - Short: "claim rewards for owner and denom", + Use: "claim [owner] [collateral-type] [multiplier]", + Short: "claim rewards for cdp owner and collateral-type", Long: strings.TrimSpace( fmt.Sprintf(`Claim any outstanding rewards owned by owner for the input collateral-type and multiplier,