Skip to content

Commit

Permalink
### What's done: fixed error message (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls authored Jun 16, 2022
1 parent fc84620 commit 12a39ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private val autoGenerationComment =

fun main(args: Array<String>) {
require(args.size == 2) {
"Only to arguments are expected"
"Only two arguments are expected: <source root> <test resource root>"
}
generateWarningNames(args[0])
validateYear(args[1])
Expand Down

0 comments on commit 12a39ab

Please sign in to comment.