mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 03:21:18 +01:00
added plugin reset info as well #2415
This commit is contained in:
4
app.js
4
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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user