From 742a2c39e97c66fe45f3cec75fa7ecb2f2a5226c Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Thu, 10 Sep 2015 09:03:47 -0700 Subject: [PATCH] [bug] Fixed task description. --- tasks/couchapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/couchapp.js b/tasks/couchapp.js index 73831c7..fc1eced 100644 --- a/tasks/couchapp.js +++ b/tasks/couchapp.js @@ -57,7 +57,7 @@ module.exports = function(grunt) { } }); - grunt.registerMultiTask("mkcouchdb", "Delete a Couch Database", function() { + grunt.registerMultiTask("mkcouchdb", "Create a new Couch Database", function() { var done, parts, nano, dbname, _this; _this = this; done = this.async();