Explorar o código

orthografic bug

willie %!s(int64=5) %!d(string=hai) anos
pai
achega
e9c90cab85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.")
 }