Skip to content

Commit

Permalink
update link to bcoin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopp committed Dec 11, 2018
1 parent 0b70a94 commit 2e47fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/node
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down
2 changes: 1 addition & 1 deletion bin/wallet
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit 2e47fb9

Please sign in to comment.