Skip to content

Commit

Permalink
fix(publish): update description of --exclude param
Browse files Browse the repository at this point in the history
Co-Authored-By: trieloff <lars@trieloff.net>
  • Loading branch information
tripodsan and trieloff authored May 8, 2019
1 parent e94ea52 commit adf486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function strain() {
type: 'string',
})
.option('exclude', {
describe: 'Do publish strains with names following the specified pattern, use config from master branch instead',
describe: 'Don\'t publish strains with names following the specified pattern, use config from master branch instead',
type: 'string',
})
.conflicts('only', 'exclude')
Expand Down

0 comments on commit adf486f

Please sign in to comment.