diff --git a/cmd/hnctl/main.go b/cmd/hnctl/main.go index 5cda221..2268b01 100644 --- a/cmd/hnctl/main.go +++ b/cmd/hnctl/main.go @@ -30,7 +30,7 @@ func main () { stopService := stopCommand.String("s", "router", "Service to stop") restartCommand := flag.NewFlagSet("restart", flag.ExitOnError) - restartService := stopCommand.String("s", "router", "Service to restart") + restartService := restartCommand.String("s", "router", "Service to restart") flag.Parse()