diff --git a/lib/scaffold/start.js b/lib/scaffold/start.js index e052ca11..378e96c3 100644 --- a/lib/scaffold/start.js +++ b/lib/scaffold/start.js @@ -22,8 +22,8 @@ function checkConfigVersion2(fullConfig) { if (!datadirUndefined || addressDefined || dbDefined) { console.warn('\nConfiguration file is not compatible with this version. \n' + - 'A reindex for bitcoind is necessary for this upgrade with bitcoin.conf option "reindex=1". \n' + - 'There are changes necessary in both bitcoin.conf and bitcore-node.json.' + + 'A reindex for bitcoind is necessary for this upgrade with the "reindex=1" bitcoin.conf option. \n' + + 'There are changes necessary in both bitcoin.conf and bitcore-node.json. \n\n' + 'To upgrade please see the details below and documentation at: \n' + 'https://github.com/bitpay/bitcore-node/blob/bitcoind/docs/upgrade.md \n');