Skip to content

Commit

Permalink
Fix type for cli.help (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds authored and sindresorhus committed Jul 7, 2016
1 parent bf66f3a commit 0fc44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -70,7 +70,7 @@ Returns an object with:
- `input` *(array)* - Non-flag arguments
- `flags` *(object)* - Flags converted to camelCase
- `pkg` *(object)* - The `package.json` object
- `help` *(object)* - The help text used with `--help`
- `help` *(string)* - The help text used with `--help`
- `showHelp([code=0])` *(function)* - Show the help text and exit with `code`

#### options
Expand Down

0 comments on commit 0fc44ad

Please sign in to comment.