added plugin reset info as well #2415

v1.18.x
barisusakli 10 years ago
parent 76933f4c37
commit 8330a6e6d9

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

Loading…
Cancel
Save