Skip to content

Commit

Permalink
docs: nit, let's keep the example simple
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 6, 2019
1 parent 5d7ad98 commit 3388425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -80,8 +80,8 @@ require('yargs') // eslint-disable-line
})
.option('verbose', {
alias: 'v',
type: 'count',
description: 'Run with verbose logging. Additition 'v's (-vv, -vvv, etc) to run with even more verbose logging.'
type: 'boolean',
description: 'Run with verbose logging'
})
.argv
```
Expand Down

0 comments on commit 3388425

Please sign in to comment.