diff options
| author | Matias Niemelä | 2013-08-04 11:40:24 -0400 | 
|---|---|---|
| committer | Igor Minar | 2013-08-08 23:53:09 -0700 | 
| commit | 953fa4cd1631e77cd8ddf321b968fcbd9e3a10f2 (patch) | |
| tree | e3bb33a3d38fac22f803b557ad0ba6455b0451ce /lib/grunt/plugins.js | |
| parent | 05b41eedce679a65cf7beac8b19d891721f93323 (diff) | |
| download | angular.js-953fa4cd1631e77cd8ddf321b968fcbd9e3a10f2.tar.bz2 | |
chore(grunt): fix up the help text for the new test commands
Closes #3421
Diffstat (limited to 'lib/grunt/plugins.js')
| -rw-r--r-- | lib/grunt/plugins.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index 33c52abf..363b8698 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -52,7 +52,7 @@ module.exports = function(grunt) {    }); -  grunt.registerMultiTask('tests', 'Run the unit tests with Karma', function(){ +  grunt.registerMultiTask('tests', '**Use `grunt test` instead**', function(){      util.startKarma.call(util, this.data, true, this.async());    }); | 
