diff options
Diffstat (limited to '')
-rw-r--r-- | packages/create-astro/src/actions/help.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/create-astro/src/actions/help.ts b/packages/create-astro/src/actions/help.ts index c03735b18..097dfa701 100644 --- a/packages/create-astro/src/actions/help.ts +++ b/packages/create-astro/src/actions/help.ts @@ -11,12 +11,12 @@ export function help() { ['--template <name>', 'Specify your template.'], ['--install / --no-install', 'Install dependencies (or not).'], ['--git / --no-git', 'Initialize git repo (or not).'], - ['--yes (-y)', 'Skip all prompt by accepting defaults.'], - ['--no (-n)', 'Skip all prompt by declining defaults.'], + ['--yes (-y)', 'Skip all prompts by accepting defaults.'], + ['--no (-n)', 'Skip all prompts by declining defaults.'], ['--dry-run', 'Walk through steps without executing.'], ['--skip-houston', 'Skip Houston animation.'], ['--ref', 'Choose astro branch (default: latest).'], - ['--fancy', 'Enable full unicode support for Windows.'], + ['--fancy', 'Enable full Unicode support for Windows.'], ['--typescript <option>', 'TypeScript option: strict | strictest | relaxed.'], ], }, |