diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-30 22:18:49 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-30 22:18:49 +1000 |
commit | fce0c8160d2092fe9829f343185b76be6143e19f (patch) | |
tree | df6ffd0c555659ec99389eff300943771ae93e7e /bin/reduceOverlap.js | |
parent | 23746caae8777b3db7e9ff10ecb96016ca3806db (diff) |
code comments
Diffstat (limited to 'bin/reduceOverlap.js')
-rwxr-xr-x | bin/reduceOverlap.js | 2 |
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 |