Skip to content

Commit

Permalink
Tweak cli command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 9, 2016
1 parent 8a3731b commit 181d0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ program.command('build')
})

program.command('serve-build')
.description('Serve built site')
.description('Serve built site.')
.option('-h, --host <url>',
`Set host. Defaults to ${defaultHost}`,
defaultHost
Expand All @@ -72,7 +72,7 @@ program.command('serve-build')

program
.command('new [rootPath] [starter]')
.description('Create new Gatsby project in path [.].')
.description('Create new Gatsby project.')
.action((rootPath, starter) => {
const newCommand = require('../utils/new')
newCommand(rootPath, starter)
Expand Down

0 comments on commit 181d0c3

Please sign in to comment.