mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Fix case
This commit is contained in:
parent
39ce064b5f
commit
c14af18bef
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function printHelp() {
|
||||||
console.error(` ${colors.bold('astro')} - Futuristic web development tool.
|
console.error(` ${colors.bold('astro')} - Futuristic web development tool.
|
||||||
|
|
||||||
${colors.bold('Commands:')}
|
${colors.bold('Commands:')}
|
||||||
astro dev Run astro in development mode.
|
astro dev Run Astro in development mode.
|
||||||
astro build Build a pre-compiled production version of your site.
|
astro build Build a pre-compiled production version of your site.
|
||||||
|
|
||||||
${colors.bold('Flags:')}
|
${colors.bold('Flags:')}
|
||||||
|
|
Loading…
Reference in a new issue