Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0201 committed Aug 2, 2014
1 parent 4c1d688 commit e157529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aicomp/Main.xtend
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Main {
workingDirs = externalCmds.map[null]
}
if (externalCmds.length != workingDirs.length) {
throw new ParseException("The numbers of arguments of -a and -w should be equal.")
throw new ParseException("The numbers of arguments of -a and -w must be equal.")
}

val indices = (0 .. 3)
Expand Down

0 comments on commit e157529

Please sign in to comment.