diff options
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 |