stdservice: Fix help message.

This commit is contained in:
Daniel Theophanes
2013-06-15 09:54:26 -07:00
parent cb742607f0
commit aa16d4bc7c
+1 -1
View File
@@ -122,7 +122,7 @@ func run(c *Config) {
}
fmt.Printf("Service \"%s\" stopped.\n", c.DisplayName)
default:
fmt.Printf("Options for \"%s\": (install | remove | run | start | stop)\n")
fmt.Printf("Options for \"%s\": (install | remove | run | start | stop)\n", os.Args[0])
}
return
}