better bit

This commit is contained in:
Matias Alejo Garcia 2015-02-24 14:55:58 -03:00
parent 7734c427ca
commit 903e1e5286
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();