Skip to content

Commit 6d5d886

Browse files
authored
Merge pull request #184 from mgarciate/patch-1
Fix #183 Update commands.go
2 parents d68bc40 + ea5a3d5 commit 6d5d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stader/api/node/commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func RegisterSubcommands(command *cli.Command, name string, aliases []string) {
7575
{
7676
Name: "can-register",
7777
Usage: "Check whether the node can be registered with Stader",
78-
UsageText: "stader-cli api node can-register timezone-location",
78+
UsageText: "stader-cli api node can-register operator-name operator-reward-address socialize-mev",
7979
Action: func(c *cli.Context) error {
8080

8181
// Validate args

0 commit comments

Comments
 (0)