diff --git a/lib/commands/help.js b/lib/commands/help.js index 9a03aa5..9ced67e 100644 --- a/lib/commands/help.js +++ b/lib/commands/help.js @@ -19,13 +19,15 @@ var helpText = { ], 'new': [ 'Usage:', - ' foundation new ' + '', - ' foundation new ' + '-v ', - ' foundation new ' + '--edge', + ' foundation new ', + ' foundation new ' + '--framework sites', + ' foundation new ' + '--template basic', + ' foundation new ' + '--directory appname', '', - 'Creates a new project using our Foundation for Apps template.', - 'You can specify a version of Foundation for Apps using ' + '-v x.x.x'.cyan + ',', - 'or install directly from the master branch on GitHub using ' + '--edge'.cyan + '.' + 'Creates a new Foundation project.', + 'Run the command without any flags to get an interactive setup prompt.', + 'You can also manually supply the framework and folder name using the ' + '--framework'.cyan + ' and ' + '--directory'.cyan + ' flags.', + ' If creating a ' + 'sites'.cyan + ' project, add the ' + '--template'.cyan + ' flag as well. The value can be ' + 'basic'.cyan + ' or ' + 'zurb'.cyan + '.' ], 'update': [ 'Usage:',