We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68bc40 + ea5a3d5 commit 6d5d886Copy full SHA for 6d5d886
stader/api/node/commands.go
@@ -75,7 +75,7 @@ func RegisterSubcommands(command *cli.Command, name string, aliases []string) {
75
{
76
Name: "can-register",
77
Usage: "Check whether the node can be registered with Stader",
78
- UsageText: "stader-cli api node can-register timezone-location",
+ UsageText: "stader-cli api node can-register operator-name operator-reward-address socialize-mev",
79
Action: func(c *cli.Context) error {
80
81
// Validate args
0 commit comments