Merge pull request #653 from jlopp/updateWikiLink

update link to bcoin docs
This commit is contained in:
Javed Khan 2018-12-11 22:03:53 +05:30 committed by GitHub
commit 7268bc27ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.');
}