diff --git a/pkg/rewards/claim.go b/pkg/rewards/claim.go index 106af87..be50f84 100644 --- a/pkg/rewards/claim.go +++ b/pkg/rewards/claim.go @@ -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) },