Skip to content

Commit

Permalink
fix rewards query description
Browse files Browse the repository at this point in the history
  • Loading branch information
jelysn committed Jun 18, 2024
1 parent c4815b5 commit d779e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leveragelp/client/cli/query_rewards.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d779e08

Please sign in to comment.