From 88dd8b1d4dd49f5d84ede38d8b64a3a34e4d609e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 4 Jun 2015 12:28:54 -0400 Subject: [PATCH] using new reset command in plugin incompatibility warning --- src/plugins/load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/load.js b/src/plugins/load.js index 57fb8be4ab..d0f94c019a 100644 --- a/src/plugins/load.js +++ b/src/plugins/load.js @@ -57,7 +57,7 @@ module.exports = function(Plugins) { function display() { process.stdout.write('\n'); winston.warn('[plugins/' + pluginData.id + '] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.'); - winston.warn('[plugins/' + pluginData.id + '] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="' + pluginData.id + '".'); + winston.warn('[plugins/' + pluginData.id + '] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p ' + pluginData.id + '.'); process.stdout.write('\n'); }