./nodebb reset theme - singular imo

This commit is contained in:
psychobunny
2014-12-23 00:53:20 -05:00
parent a9e12f4174
commit 7c2b041633

4
app.js
View File

@@ -269,7 +269,7 @@ function reset() {
process.exit();
}
if (nconf.get('themes')) {
if (nconf.get('theme')) {
resetThemes();
} else if (nconf.get('plugin')) {
resetPlugin(nconf.get('plugin'));
@@ -290,7 +290,7 @@ function reset() {
});
} else {
winston.warn('[reset] Nothing reset.');
winston.info('Use ./nodebb reset {themes|plugins|widgets|settings|all}');
winston.info('Use ./nodebb reset {theme|plugins|widgets|settings|all}');
winston.info(' or');
winston.info('Use ./nodebb reset plugin="nodebb-plugin-pluginName"');
process.exit();