mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Update help message
This commit is contained in:
parent
857ddf73c2
commit
84e6a25bad
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ func newStatsClient(name string, host string) (stats.StatsClient, error) {
|
|||
case "nop", "none":
|
||||
return stats.NopStatsClient, nil
|
||||
default:
|
||||
return nil, errors.Errorf("'%v' not a valid stats client, choose from [expvar, statsd, none].", name)
|
||||
return nil, errors.Errorf("'%v' not a valid stats client, choose from [expvar, statsd, prometheus, none].", name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue