From 8330a6e6d9a1cbc90b22a8a61706f7d855e3cfae Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 14 Nov 2014 22:18:24 -0500 Subject: [PATCH] added plugin reset info as well #2415 --- app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 03a7442081..f344cd4b30 100644 --- a/app.js +++ b/app.js @@ -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(); } });