From 3e2f36fc29ec8e67f09ad83162b3bd16d97e2bc1 Mon Sep 17 00:00:00 2001 From: "Mr.Lee" Date: Sat, 16 Apr 2016 23:34:57 +0800 Subject: [PATCH] Make the description more clear. The same description in mongo.js and install.js are ambiguous. --- src/database/mongo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/mongo.js b/src/database/mongo.js index 0e7e8e2d2a..83a9258857 100644 --- a/src/database/mongo.js +++ b/src/database/mongo.js @@ -37,7 +37,7 @@ }, { name: "mongo:database", - description: "Which database to use", + description: "MongoDB database name", 'default': nconf.get('mongo:database') || 0 } ];