This commit is contained in:
Guillaume J. Charmes 2013-05-24 11:31:19 -07:00
parent 0146f65a44
commit ae72c2f4d6
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ func main() {
docker.SysInit() docker.SysInit()
return return
} }
host:= "127.0.0.1" host := "127.0.0.1"
port:= 4243 port := 4243
// FIXME: Switch d and D ? (to be more sshd like) // FIXME: Switch d and D ? (to be more sshd like)
flDaemon := flag.Bool("d", false, "Daemon mode") flDaemon := flag.Bool("d", false, "Daemon mode")
flDebug := flag.Bool("D", false, "Debug mode") flDebug := flag.Bool("D", false, "Debug mode")