From 63f28bacdd257c859ca33cbc6d3b7909b9aff65b Mon Sep 17 00:00:00 2001 From: "Fabrizio (Misto) Milo" Date: Tue, 6 Aug 2013 17:08:52 -0700 Subject: [PATCH] nip doc --- etcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcd.go b/etcd.go index fc225b8db..cb236bb2d 100644 --- a/etcd.go +++ b/etcd.go @@ -72,7 +72,7 @@ func init() { flag.StringVar(&hostname, "h", "0.0.0.0", "the hostname of the local machine") flag.IntVar(&clientPort, "c", 4001, "the port to communicate with clients") flag.IntVar(&raftPort, "s", 7001, "the port to communicate with servers") - flag.IntVar(&webPort, "w", -1, "the port of web interface") + flag.IntVar(&webPort, "w", -1, "the port of web interface (-1 means do not start web inteface)") flag.StringVar(&serverCAFile, "serverCAFile", "", "the path of the CAFile") flag.StringVar(&serverCertFile, "serverCert", "", "the cert file of the server")