update link to bcoin docs

This commit is contained in:
Jameson Lopp 2018-12-11 10:49:39 -05:00
parent 0b70a940a3
commit 2e47fb96c9
No known key found for this signature in database
GPG Key ID: 7E15222D71C6D9FD
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ process.title = 'bcoin';
if (process.argv.indexOf('--help') !== -1
|| process.argv.indexOf('-h') !== -1) {
console.error('See the bcoin wiki at: https://github.com/bcoin-org/bcoin/wiki.');
console.error('See the bcoin docs at: https://github.com/bcoin-org/bcoin/tree/master/docs.');
process.exit(1);
throw new Error('Could not exit.');
}

View File

@ -6,7 +6,7 @@ process.title = 'bwallet';
if (process.argv.indexOf('--help') !== -1
|| process.argv.indexOf('-h') !== -1) {
console.error('See the bcoin wiki at: https://github.com/bcoin-org/bcoin/wiki.');
console.error('See the bcoin docs at: https://github.com/bcoin-org/bcoin/tree/master/docs.');
process.exit(1);
throw new Error('Could not exit.');
}