Improve flags

This commit is contained in:
Daniel
2021-05-05 00:23:48 +02:00
parent 168ef32c44
commit 48b55a88bc
5 changed files with 18 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ var (
)
func init() {
flag.BoolVar(&disableInterception, "disable-interception", false, "disable packet interception - this breaks a lot of functionality")
flag.BoolVar(&disableInterception, "disable-interception", false, "disable packet interception; this breaks a lot of functionality")
}
// Start starts the interception.

View File

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