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.