added plugin reset info as well #2415

This commit is contained in:
barisusakli
2014-11-14 22:18:24 -05:00
parent 76933f4c37
commit 8330a6e6d9

4
app.js
View File

@@ -271,7 +271,9 @@ function reset() {
});
} else {
winston.warn('[reset] Nothing reset.');
winston.warn('Use ./nodebb reset {themes|plugins|widgets|settings|all}');
winston.info('Use ./nodebb reset {themes|plugins|widgets|settings|all}');
winston.info(' or');
winston.info('Use ./nodebb reset plugin="nodebb-plugin-pluginName"');
process.exit();
}
});