Skip to content

Commit 142c518

Browse files
andreasbhansenhansl
authored andcommitted
chore(help): change 'ember help' to 'ng help' (#3676)
1 parent 1153c92 commit 142c518

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-cli/ember-cli/lib/commands

1 file changed

+1
-1
lines changed

packages/angular-cli/ember-cli/lib/commands/unknown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ module.exports = Command.extend({
1515
validateAndRun: function() {
1616
throw new SilentError('The specified command ' + this.name +
1717
' is invalid. For available options, see' +
18-
' `ember help`.');
18+
' `ng help`.');
1919
}
2020
});

0 commit comments

Comments
 (0)