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(); } }); }