aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-30 22:18:49 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-30 22:18:49 +1000
commitfce0c8160d2092fe9829f343185b76be6143e19f (patch)
treedf6ffd0c555659ec99389eff300943771ae93e7e /bin/reduceOverlap.js
parent23746caae8777b3db7e9ff10ecb96016ca3806db (diff)
code comments
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