Fix hnctl
This commit is contained in:
@@ -30,7 +30,7 @@ func main () {
|
|||||||
stopService := stopCommand.String("s", "router", "Service to stop")
|
stopService := stopCommand.String("s", "router", "Service to stop")
|
||||||
|
|
||||||
restartCommand := flag.NewFlagSet("restart", flag.ExitOnError)
|
restartCommand := flag.NewFlagSet("restart", flag.ExitOnError)
|
||||||
restartService := stopCommand.String("s", "router", "Service to restart")
|
restartService := restartCommand.String("s", "router", "Service to restart")
|
||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user