Merge pull request #86 from matiu/feat/bit

better bit
This commit is contained in:
Matias Alejo Garcia 2015-02-24 14:56:29 -03:00
commit 681c836b53
1 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,6 @@ program
.command('genkey', 'generates extended private key for later wallet usage')
.parse(process.argv);
if (!program.args.length || !program.runningCommand)
program.help();