From 2a1610d0a3372e0b9a4f440978dfc14c78f33b10 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Fri, 18 May 2018 01:09:41 +0200 Subject: [PATCH] cosmetic --- files/go/check_spell/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()