From 8b07793b10d77fab9e0c640e3badbb6f022995e7 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 9 Oct 2017 21:05:49 -0700 Subject: [PATCH] Update flag description. --- zfs_replication_exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_replication_exporter.go b/zfs_replication_exporter.go index bdf21e6..7ec835a 100644 --- a/zfs_replication_exporter.go +++ b/zfs_replication_exporter.go @@ -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") )