diff --git a/bin/portastic b/bin/portastic index 33b3fbd..08852fb 100755 --- a/bin/portastic +++ b/bin/portastic @@ -22,7 +22,7 @@ commander .command('find ') .alias('f') .description('Find ports that are available to use') - .option('-r, --retrieve', 'How many ports to retrieve') + .option('-r, --retrieve ', 'How many ports to retrieve', parseInt) .action(function(min, max, options) { portastic.find({ min: min,