Skip to content

Commit e8472c5

Browse files
committed
Update a message [skip ci]
1 parent 5160b84 commit e8472c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ try {
5656

5757
// Check the requirements.
5858
if (!positionals.length) {
59-
console.error("You must provide the path to the input directory.");
59+
console.error("You must provide the path to the input file or directory.");
6060
exit(400);
6161
}
6262

0 commit comments

Comments
 (0)