We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1a61b commit 5e62d53Copy full SHA for 5e62d53
src/app.d
@@ -9,7 +9,7 @@ import core.stdc.stdlib : exit;
9
10
void main(string[] args) {
11
if (args.length != 2) {
12
- "Error: Wrong number of argument number".error.writeln;
+ "Error: Wrong number of arguments".error.writeln;
13
showUsage();
14
exit(1);
15
}
0 commit comments