Skip to content

Commit

Permalink
Copy and paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
piuccio committed Oct 1, 2013
1 parent bf70ddf commit 025ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (argv.h) {
console.error("Output file is mandatory.");
help();
} else if (argv._.length < 2) {
console.error("Output file is mandatory.");
console.error("Merge requires at least two files.");
help();
} else {
good(argv.o, argv._);
Expand Down

0 comments on commit 025ece0

Please sign in to comment.