diff options
author | Fabio Berger <me@fabioberger.com> | 2018-09-26 20:15:42 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-09-26 20:15:42 +0800 |
commit | f8532b3f51a5bb4f4294606c495321a82d71c69d (patch) | |
tree | e0d2f7d62a724466f134981da645f9dfff6bc402 /packages/monorepo-scripts/src | |
parent | f33ecfd2fcff106c673c5f96350e12f831b3295f (diff) | |
download | dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar.gz dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar.bz2 dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar.lz dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar.xz dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.tar.zst dexon-sol-tools-f8532b3f51a5bb4f4294606c495321a82d71c69d.zip |
Typo
Diffstat (limited to 'packages/monorepo-scripts/src')
-rw-r--r-- | packages/monorepo-scripts/src/publish_release_notes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/src/publish_release_notes.ts b/packages/monorepo-scripts/src/publish_release_notes.ts index 101ac87b4..6090498e0 100644 --- a/packages/monorepo-scripts/src/publish_release_notes.ts +++ b/packages/monorepo-scripts/src/publish_release_notes.ts @@ -12,7 +12,7 @@ const args = yargs }) .option('packages', { 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', }) .example('$0 --isDryRun true --packages "0x.js @0xproject/web3-wrapper"', 'Full usage example').argv; |