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

Commit

Permalink
Merge pull request #52 from FormidableLabs/chore-help-usage
Browse files Browse the repository at this point in the history
Update usage to match README
  • Loading branch information
ryan-roemer committed Dec 10, 2015
2 parents d04ce01 + 9b3f82f commit 06f79e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Task.prototype.help = function (callback) {
}

log.info("help",
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " [flags] [task]" +
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " <action> <task(s)>" +
"\n\n" + chalk.green.bold("Actions") + ": \n\n " + actions +
"\n\n" + chalk.green.bold("Flags") + ": General\n\n " + args.help() +
actionFlags +
Expand Down

0 comments on commit 06f79e5

Please sign in to comment.