Skip to content

Commit

Permalink
Fix convert command error message (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi authored Oct 19, 2024
1 parent 0a5fd57 commit 3881cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/convert-easyeda-json-to-various-formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const convertEasyEdaJsonToVariousFormats = async ({
}

if (!outputFilename) {
console.log("specify --output file (-o) or --type (-t)")
console.log("specify --output file (-o) or --output-format")
process.exit(1)
}

Expand Down

0 comments on commit 3881cda

Please sign in to comment.