feat: readme doc

This commit is contained in:
崔竞宁
2022-09-08 14:02:42 +08:00
parent d5ce7571ae
commit de977af2e8
2 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
var (
notOverwrite = flag.Bool("n", false, "not overwrite exist file")
noTarget = flag.Bool("notarget", false, "do not have target, aka sha256")
noTarget = flag.Bool("notarget", false, "do not have target, use as dir index tool")
reportPath = flag.String("report", "", "json report storage path")
targetPaths []string
)