diff --git a/x/leveragelp/client/cli/query_rewards.go b/x/leveragelp/client/cli/query_rewards.go index ac4f9d9a4..4394907a0 100644 --- a/x/leveragelp/client/cli/query_rewards.go +++ b/x/leveragelp/client/cli/query_rewards.go @@ -14,7 +14,7 @@ import ( func CmdRewards() *cobra.Command { cmd := &cobra.Command{ Use: "rewards [address] [position-ids]", - Short: "Query position", + Short: "Query rewards for position ids owned by address", Args: cobra.ExactArgs(2), RunE: func(cmd *cobra.Command, args []string) (err error) { reqAddress := args[0]