diff --git a/src/cli/commands/test.ts b/src/cli/commands/test.ts index 4378e606e2..2eb1a83455 100644 --- a/src/cli/commands/test.ts +++ b/src/cli/commands/test.ts @@ -221,8 +221,8 @@ function displayResult(res, options: TestOptions) { if (options.advertiseSubprojectsCount) { multiProjAdvice = chalk.bold.white( - `This project has multiple sub-projects (${options.advertiseSubprojectsCount}), ` + - 'use --all-sub-projects flag to scan all sub-projects.\n\n'); + `\n\nThis project has multiple sub-projects (${options.advertiseSubprojectsCount}), ` + + 'use --all-sub-projects flag to scan all sub-projects.'); } // OK => no vulns found, return