aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reduceOverlap.js')
-rwxr-xr-xbin/reduceOverlap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reduceOverlap.js b/bin/reduceOverlap.js
index 49a06ad..3b4adb1 100755
--- a/bin/reduceOverlap.js
+++ b/bin/reduceOverlap.js
@@ -18,7 +18,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2))
})
.option('verbose', {
type: 'boolean',
- description: ''
+ description: 'Verbose logging'
})
.argv