diff --git a/lib/commands/help.js b/lib/commands/help.js index c8de4fb..9a03aa5 100644 --- a/lib/commands/help.js +++ b/lib/commands/help.js @@ -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', '', @@ -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:',