diff options
author | 2021-03-15 15:27:08 -0400 | |
---|---|---|
committer | 2021-03-15 15:27:08 -0400 | |
commit | c14af18bef1ba450870c299e8cbc663f5537089a (patch) | |
tree | a4e0a4549447610a17cfb168bd547de8efffac1b /src | |
parent | 39ce064b5f571529350e84384a728253790d2b7e (diff) | |
download | astro-c14af18bef1ba450870c299e8cbc663f5537089a.tar.gz astro-c14af18bef1ba450870c299e8cbc663f5537089a.tar.zst astro-c14af18bef1ba450870c299e8cbc663f5537089a.zip |
Fix case
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.ts b/src/cli.ts index c15387870..e2ff727bd 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -32,7 +32,7 @@ function printHelp() { console.error(` ${colors.bold('astro')} - Futuristic web development tool. ${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. ${colors.bold('Flags:')} |