etcdmain: whitelist etcd binary flags

This commit is contained in:
fanmin shi 2017-01-30 16:04:40 -08:00
parent 1d521556ae
commit 80ab321f9d

View File

@ -52,6 +52,9 @@ var (
"snapshot",
"v",
"vv",
// for coverage testing
"test.coverprofile",
"test.outputdir",
}
)