Skip to content

Commit

Permalink
add arg to usage message (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuairahrighairidh authored Oct 19, 2020
1 parent 13c8d4e commit fabeee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/incentive/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fabeee9

Please sign in to comment.