Skip to content

Commit

Permalink
fix user reward info cli usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
jelysn committed Apr 26, 2024
1 parent a4aecf0 commit afc0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/masterchef/client/cli/query_cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func CmdQueryUserRewardInfo() *cobra.Command {
cmd := &cobra.Command{
Use: "user-reward-info",
Short: "shows user reward info",
Example: "elysd q masterchef user-reward-info [user] [id] [reward-denom]",
Example: "elysd q masterchef user-reward-info [user] [pool-id] [reward-denom]",
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx := client.GetClientContextFromCmd(cmd)
Expand Down

0 comments on commit afc0b12

Please sign in to comment.