Skip to content

Commit

Permalink
feat(@angular/cli): show detailed help for blueprints. (#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
catull authored and hansl committed Feb 9, 2017
1 parent 0f7a35f commit b20d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const HelpCommand = Command.extend({

if (rawArgs.length > 0) {
if (cmd === rawArgs[0]) {
this.ui.writeLine(command.printBasicHelp(commandOptions));
this.ui.writeLine(command.printDetailedHelp(commandOptions));
}
} else {
this.ui.writeLine(command.printBasicHelp(commandOptions));
Expand Down

0 comments on commit b20d87e

Please sign in to comment.