Skip to content

Commit bccb81b

Browse files
committed
update disable warnings flag message
1 parent 564f310 commit bccb81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/utilities/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ function printSlowImportTips() {
620620
console.log("");
621621

622622
console.log("To see more details, run with the --analyze flag.");
623-
console.log("To disable these warnings, run with the --no-warnings flag.");
623+
console.log("To disable these warnings, run with the --disable-warnings flag.");
624624

625625
console.log("");
626626
}

0 commit comments

Comments
 (0)