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