Browse Source

orthografic bug

willie 5 years ago
parent
commit
e9c90cab85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GoHash.go

+ 1 - 1
GoHash.go

@@ -41,7 +41,7 @@ var report string
 func init() {
 	flag.BoolVarP(&rewrite, "rewrite", "r", false, "rewrite all fhhashes files.")
 	flag.StringVarP(&report, "equals", "e", "", "compare all file hashes and writing a equlatity report.")
-	flag.BoolVarP(&prune, "prune", "p", false, "checking all fhhashes files.")
+	flag.BoolVarP(&prune, "prune", "p", false, "checking all fdhashes files.")
 	flag.BoolVarP(&cleanup, "clean", "c", false, "cleanup files.")
 }