Skip to content

Commit d5488a0

Browse files
fix: rewards command message (#186)
1 parent d273ae8 commit d5488a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rewards/claim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type ClaimConfig struct {
5757
func ClaimCmd(p utils.Prompter) *cli.Command {
5858
var claimCmd = &cli.Command{
5959
Name: "claim",
60-
Usage: "Claim rewards for the operator",
60+
Usage: "Claim rewards for any earner",
6161
Action: func(cCtx *cli.Context) error {
6262
return Claim(cCtx, p)
6363
},

0 commit comments

Comments
 (0)