Update flag description.

This commit is contained in:
Bill Thiede 2017-10-09 21:05:49 -07:00
parent e7d568551f
commit 8b07793b10

View File

@ -21,7 +21,7 @@ import (
var (
addr = flag.String("addr", "localhost:9999", "HTTP listen address for prometheus /metrics")
host = flag.String("host", "localhost:22", "host:port to scp from")
host = flag.String("host", "localhost:22", "host:port log into and scrape")
refreshInterval = flag.Duration("refresh", 5*time.Minute, "refresh interval time")
user = flag.String("user", os.Getenv("USER"), "ssh user")
)