# HG changeset patch # User Mikael Berthe # Date 1543524686 -3600 # Node ID 95d940f9598e205574bbc1cded9597d55617ee6d # Parent 3fa13770e97066f45294ec6982c9e0903bd035c7 Do not display Dupes title when using JSON output diff -r 3fa13770e970 -r 95d940f9598e goduf.go --- a/goduf.go Sun Oct 14 17:27:37 2018 +0200 +++ b/goduf.go Thu Nov 29 21:51:26 2018 +0100 @@ -508,7 +508,7 @@ myLog.Println(3, "* Number of match groups:", len(result)) // Done! Prepare results data - if len(result) > 0 && !options.Summary { + if len(result) > 0 && !options.Summary && !options.OutToJSON { myLog.Println(1, "* Dupes:") }