We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1153c92 commit 142c518Copy full SHA for 142c518
packages/angular-cli/ember-cli/lib/commands/unknown.js
@@ -15,6 +15,6 @@ module.exports = Command.extend({
15
validateAndRun: function() {
16
throw new SilentError('The specified command ' + this.name +
17
' is invalid. For available options, see' +
18
- ' `ember help`.');
+ ' `ng help`.');
19
}
20
});
0 commit comments