Skip to content

Commit

Permalink
fix: rewards command message (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Aug 7, 2024
1 parent d273ae8 commit d5488a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rewards/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type ClaimConfig struct {
func ClaimCmd(p utils.Prompter) *cli.Command {
var claimCmd = &cli.Command{
Name: "claim",
Usage: "Claim rewards for the operator",
Usage: "Claim rewards for any earner",
Action: func(cCtx *cli.Context) error {
return Claim(cCtx, p)
},
Expand Down

0 comments on commit d5488a0

Please sign in to comment.