Skip to content

Commit c0a09e5

Browse files
committed
No more Swagger...
1 parent 6709ed9 commit c0a09e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ program
2828
.parse(process.argv);
2929

3030
if (!openapiFile) {
31-
console.error(red('> Path to Swagger file not provided.'));
31+
console.error(red('> Path to OpenAPI file not provided.'));
3232
program.help(); // This exits the process
3333
}
3434

0 commit comments

Comments
 (0)