Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Update help text for build command
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Nov 18, 2015
1 parent dd9385e commit c5c73ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var helpText = {
' new'.cyan + ' Create a new Foundation project',
' update'.cyan + ' Update an existing Foundation project',
' watch'.cyan + ' Watch a project\'s files for changes',
' build'.cyan + ' Compile a project\'s files once',
' build'.cyan + ' Build a project\'s files for production',
' help'.cyan + ' Show this screen',
' -v'.cyan + ' Display the CLI\'s version',
'',
Expand Down Expand Up @@ -44,7 +44,7 @@ var helpText = {
'Usage:',
' foundation build',
'',
'Assembles your app\'s files once, and doesn\'t watch for new changes.'
'Assembles your app\'s files into a production-ready build.'
],
'help': [
'Okay, don\'t get clever. But seriously:',
Expand Down

0 comments on commit c5c73ef

Please sign in to comment.