Fix hnctl

This commit is contained in:
Sasha Koshka 2023-06-01 00:59:03 -04:00
parent f90421e5db
commit 4e58df9c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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()