From 7c2b04163302c82278d02d6fa22af82cb45ee508 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 23 Dec 2014 00:53:20 -0500 Subject: [PATCH] ./nodebb reset theme - singular imo --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 5835aa9ac7..fd30123972 100644 --- a/app.js +++ b/app.js @@ -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();