Comparing version 1.0.3 to 1.0.4
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
const yargs = require('yargs') | ||
.usage('Usage: $0 [url ...] [options]') | ||
.usage('Usage: mcdetect [url ...] [options]') | ||
.config().alias('c', 'config') | ||
@@ -16,6 +16,6 @@ .option('e', { | ||
.help().alias('h', 'help') | ||
.example('$ $0 https://example.com', 'Scan a single target') | ||
.example('$ $0 example.com example.com/foo', | ||
.example('$ mcdetect https://example.com', 'Scan a single target') | ||
.example('$ mcdetect example.com example.com/foo', | ||
'Scan multiple targets; exit immediately if an error occurs') | ||
.example('$ $0 --config targets.json', 'Scan targets from a config file'); | ||
.example('$ mcdetect --config targets.json', 'Scan targets from a config file'); | ||
@@ -22,0 +22,0 @@ const argv = yargs.argv; |
{ | ||
"name": "mcdetect", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "bin": { |
6330