update link to bcoin docs
This commit is contained in:
parent
0b70a940a3
commit
2e47fb96c9
2
bin/node
2
bin/node
@ -6,7 +6,7 @@ process.title = 'bcoin';
|
|||||||
|
|
||||||
if (process.argv.indexOf('--help') !== -1
|
if (process.argv.indexOf('--help') !== -1
|
||||||
|| process.argv.indexOf('-h') !== -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);
|
process.exit(1);
|
||||||
throw new Error('Could not exit.');
|
throw new Error('Could not exit.');
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@ process.title = 'bwallet';
|
|||||||
|
|
||||||
if (process.argv.indexOf('--help') !== -1
|
if (process.argv.indexOf('--help') !== -1
|
||||||
|| process.argv.indexOf('-h') !== -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);
|
process.exit(1);
|
||||||
throw new Error('Could not exit.');
|
throw new Error('Could not exit.');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user