Add review changes

This commit is contained in:
Patrick Pacher
2020-10-01 16:14:16 +02:00
parent 7a83e772f4
commit 1b45659f47
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ var (
)
func init() {
flag.StringVar(&packetMetricsDestination, "packet-metrics", "", "Write packet metrics")
flag.StringVar(&packetMetricsDestination, "write-packet-metrics", "", "Write packet metrics to the specified file")
}
type (