Fix hnctl
This commit is contained in:
parent
f90421e5db
commit
4e58df9c9b
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user