diff --git a/src/install.js b/src/install.js index 003054541e..cde9fd1090 100644 --- a/src/install.js +++ b/src/install.js @@ -73,7 +73,7 @@ var async = require('async'), description: 'Password of your MongoDB database' }, { name: "mongo:database", - description: "Which database to use (0..n)", + description: "Which database to use", 'default': nconf.get('mongo:database') || 0 }],