Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Dec 4, 2018
1 parent 3f5b88b commit 7021069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/mt-kafka-persist-sniff/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func main() {
log.SetLevel(log.InfoLevel)
instance := "mt-kafka-persist-sniff" + strconv.Itoa(rand.Int())

notifierKafka.FlagSet.Usage = flag.Usage
notifierKafka.FlagSet.Parse(os.Args[1:])
// config may have had it disabled
notifierKafka.Enabled = true
Expand Down

0 comments on commit 7021069

Please sign in to comment.