willie преди 5 години
родител
ревизия
e9c90cab85
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.")
 }