diff --git a/src/cli/commands/protect/prompts.js b/src/cli/commands/protect/prompts.js index 615478db641..3c8aaf39254 100644 --- a/src/cli/commands/protect/prompts.js +++ b/src/cli/commands/protect/prompts.js @@ -838,8 +838,7 @@ function generatePrompt(vulns, policy, prefix, options) { function startOver() { return { name: 'misc-start-over', - message: 'Do you want to revisit your existing policy [y] or only update ' + - 'it [N]?', + message: 'Existing .snyk policy found. Ignore it and start from scratch [y] or update it [N]?', type: 'confirm', default: false, };