Typo
This commit is contained in:
parent
f33ecfd2fc
commit
f8532b3f51
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user