From 76933f4c37ad4e75a2b05ceb9ece939a481b5543 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 14 Nov 2014 22:14:55 -0500 Subject: [PATCH] closes #2415 --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 91bc35b2e6..03a7442081 100644 --- a/app.js +++ b/app.js @@ -271,6 +271,8 @@ function reset() { }); } else { winston.warn('[reset] Nothing reset.'); + winston.warn('Use ./nodebb reset {themes|plugins|widgets|settings|all}'); + process.exit(); } }); }