diff --git a/src/shared/options/augmentOptionsWithExcludes.ts b/src/shared/options/augmentOptionsWithExcludes.ts index aa67871c4..e1b2576db 100644 --- a/src/shared/options/augmentOptionsWithExcludes.ts +++ b/src/shared/options/augmentOptionsWithExcludes.ts @@ -213,7 +213,7 @@ export async function augmentOptionsWithExcludes( await prompts.multiselect({ initialValues: exclusionKeys, message: - "Select the tooling portions you'd like to remove. All are enabled by default.", + "Select the tooling portions you'd like to remove. All are enabled by default. Press ↑ or ↓ to change the selected item, then space to select.", options: Object.entries(exclusionDescriptions).map( ([value, { hint, label }]) => ({ hint,