Skip to content

Commit

Permalink
docs: remove "default: false" on verbose. (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliftist authored and bcoe committed Sep 6, 2019
1 parent bb0eb52 commit a5d1c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -80,7 +80,8 @@ require('yargs') // eslint-disable-line
})
.option('verbose', {
alias: 'v',
default: false
type: 'count',
description: 'Run with verbose logging. Additition 'v's (-vv, -vvv, etc) to run with even more verbose logging.'
})
.argv
```
Expand Down

0 comments on commit a5d1c75

Please sign in to comment.