This commit is contained in:
Fabio Berger 2018-09-26 13:15:42 +01:00
parent f33ecfd2fc
commit f8532b3f51

View File

@ -12,7 +12,7 @@ const args = yargs
}) })
.option('packages', { .option('packages', {
describe: describe:
'Space-separated list of packages to generated release notes for. If not supplied, it does all `Lerna updated` packages', 'Space-separated list of packages to generated release notes for. If not supplied, it does all `Lerna updated` packages.',
type: 'string', type: 'string',
}) })
.example('$0 --isDryRun true --packages "0x.js @0xproject/web3-wrapper"', 'Full usage example').argv; .example('$0 --isDryRun true --packages "0x.js @0xproject/web3-wrapper"', 'Full usage example').argv;