mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
oops
This commit is contained in:
parent
7724eba9d7
commit
33473bfaa0
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ func init() {
|
|||
flag.UintVar(&port, "port", 9000, "Port to run HTTP server on")
|
||||
flag.Uint64Var(&blocksize, "blocksize", 64, "Block size")
|
||||
flag.Var(&etcd_nodes, "etcd", "Etcd server")
|
||||
flag.String(stats, "statsd", "Statsd server")
|
||||
flag.String(logfile, "log", "Log file name")
|
||||
flag.StringVar(&stats, "statsd", "127.0.0.1:8125", "Statsd server")
|
||||
flag.StringVar(&logfile, "log", "/tmp/nexter.log", "Log file name")
|
||||
flag.Parse()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue