diff --git a/files/go/check_spell/main.go b/files/go/check_spell/main.go index a1ab210..e7c8153 100644 --- a/files/go/check_spell/main.go +++ b/files/go/check_spell/main.go @@ -13,7 +13,7 @@ import ( func main() { prLiner := flag.String("pr-liner", "", "Pull request liner") hunspellParsedFile := flag.String("hunspell-parsed-file", "", "Hunspell parsed file name") - file := flag.String("file", "", "Hunspell parsed file name") + file := flag.String("file", "", "File name that checked") commit := flag.String("commit", "", "Commit") flag.Parse()