bugfix: corrected output message for bundle command

This commit is contained in:
slavikbez
2021-09-29 11:58:06 +03:00
parent 8cc10fa25f
commit 8996223035
14 changed files with 14 additions and 14 deletions

View File

@@ -210,7 +210,7 @@ export function printLintTotals(totals: Totals, definitionsCount: number) {
if (totals.errors > 0) {
process.stderr.write(
gray(`run with \`--generate-ignore-file\` to add all problems to ignore file.\n`),
gray(`run \`openapi lint --generate-ignore-file\` to add all problems to the ignore file.\n`),
);
}