소스 검색

orthografic bug

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.")
 }