Upstream-commit: ae72c2f4d6c37a14fcd81658f6ae42d65f5c7169
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-24 11:31:19 -07:00
parent 0575fdb313
commit 68053e95b6
+2 -2
View File
@@ -24,8 +24,8 @@ func main() {
docker.SysInit()
return
}
host:= "127.0.0.1"
port:= 4243
host := "127.0.0.1"
port := 4243
// FIXME: Switch d and D ? (to be more sshd like)
flDaemon := flag.Bool("d", false, "Daemon mode")
flDebug := flag.Bool("D", false, "Debug mode")