Make the description more clear.

The same description in mongo.js  and install.js are ambiguous.
This commit is contained in:
Mr.Lee
2016-04-16 23:34:57 +08:00
parent a3e829e974
commit 3e2f36fc29

View File

@@ -37,7 +37,7 @@
},
{
name: "mongo:database",
description: "Which database to use",
description: "MongoDB database name",
'default': nconf.get('mongo:database') || 0
}
];