Skip to content

Commit

Permalink
docs(cli): clarify the example of config script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Apr 4, 2016
1 parent 2212baa commit e9cad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var cli = meow({
' Default: false',
'',
' -n, --config A filepath of your config script',
' Example: https://github.com/stevemao/conventional-changelog-angular/blob/master/index.js',
' Example of a config script: https://github.com/stevemao/conventional-changelog-angular/blob/master/index.js',
' This value is ignored if preset is specified',
'',
' -c, --context A filepath of a javascript that is used to define template variables'
Expand Down

0 comments on commit e9cad35

Please sign in to comment.