add arg to usage message (#697)

This commit is contained in:
Ruaridh 2020-10-19 15:58:14 +01:00 committed by GitHub
parent 13c8d4e3fd
commit fabeee93cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,