Skip to content

Commit

Permalink
fix(documentation): quick typo fix (lob#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Mar 7, 2020
1 parent 55256c9 commit 7e9ffd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ changelog -h
-x, --exclude <types> exclude selected commit types (comma separated)
-f, --file [file] file to write to, defaults to ./CHANGELOG.md, use - for stdout
-u, --repo-url [url] specify the repo URL for commit links, defaults to checking the package.json
-a, --allow-unknown allow unkown commit types
-a, --allow-unknown allow unknown commit types
```

It's possible to create a `./CHANGELOG.md` file for a specific commit range:
Expand Down
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ module.exports = CLI
.option('-x, --exclude <types>', 'exclude selected commit types (comma separated)', list)
.option('-f, --file [file]', 'file to write to, defaults to ./CHANGELOG.md, use - for stdout', './CHANGELOG.md')
.option('-u, --repo-url [url]', 'specify the repo URL for commit links, defaults to checking the package.json')
.option('-a, --allow-unknown', 'allow unkown commit types');
.option('-a, --allow-unknown', 'allow unknown commit types');

0 comments on commit 7e9ffd6

Please sign in to comment.