Skip to content

Commit

Permalink
help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Oct 2, 2022
1 parent 408409d commit 25fd765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nsquared/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
var help bool
var v bool
flag.StringVar(&dir, "dir", "", "directory (abs path)")
flag.StringVar(&cacheFile, "cache-file", "cache.json", "json file to store the image hashes")
flag.StringVar(&cacheFile, "cache-file", "cache.json", "json file to store the image hashes which be different for different input dirs")
flag.StringVar(&outputFile, "output-file", "delete.log", "log file to store the duplicate pairs")
flag.IntVar(&threads, "threads", 1, "number of threads to use, >1 only useful when rebuilding the cache")
flag.IntVar(&distanceThreshold, "distance", 10, "max distance for images to be considered the same")
Expand Down

0 comments on commit 25fd765

Please sign in to comment.