v1.18.x
barisusakli 10 years ago
parent 30d7f3351b
commit 76933f4c37

@ -271,6 +271,8 @@ function reset() {
}); });
} else { } else {
winston.warn('[reset] Nothing reset.'); winston.warn('[reset] Nothing reset.');
winston.warn('Use ./nodebb reset {themes|plugins|widgets|settings|all}');
process.exit();
} }
}); });
} }

Loading…
Cancel
Save