Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kripa432 committed Oct 22, 2024
1 parent ec00e19 commit fd32428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcl-operator/commands/register_watchtower.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func RegisterWatchtowerCmd() *cli.Command {
flags := append([]cli.Flag{}, CommonFlags...)
var registerChallengerCmd = &cli.Command{
Name: "registerWatchtower",
Usage: "Register a challenger",
Usage: "Register a watchtower as challenger and prover",
Flags: flags,
Action: func(cCtx *cli.Context) error {
if !(cCtx.Bool("testnet") || cCtx.Bool("mainnet")){
Expand Down

0 comments on commit fd32428

Please sign in to comment.