From bce64d86e34b806719532cb8250d3d14c353a878 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 23 May 2016 13:02:52 -0400 Subject: [PATCH] scaffold: upgrade message formatting --- lib/scaffold/start.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');