flag.Var(&address,"address","The IP address on to serve on (set to 0.0.0.0 for all interfaces)")
flag.Var(&etcdServerList,"etcd_servers","List of etcd servers to watch (http://ip:port), comma separated")
flag.Var(&etcdServerList,"etcd_servers","List of etcd servers to watch (http://ip:port), comma separated. Mutually exclusive with -etcd_config")
flag.Var(&machineList,"machines","List of machines to schedule onto, comma separated.")
flag.Var(&corsAllowedOriginList,"cors_allowed_origins","List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.")
flag.Var(&etcdServerList,"etcd_servers","List of etcd servers to watch (http://ip:port), comma separated (optional)")
flag.Var(&etcdServerList,"etcd_servers","List of etcd servers to watch (http://ip:port), comma separated (optional). Mutually exclusive with -etcd_config")
flag.Var(&bindAddress,"bind_address","The address for the proxy server to serve on (set to 0.0.0.0 for all interfaces)")