Skip to content

Commit

Permalink
fix(exec): Tweak description
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jan 15, 2019
1 parent 8bc9669 commit 68a0685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/exec/README.md
@@ -1,6 +1,6 @@
# `@lerna/exec`

> Run an arbitrary command in each package
> Execute an arbitrary command in each package
## Usage

Expand Down
2 changes: 1 addition & 1 deletion commands/exec/command.js
Expand Up @@ -7,7 +7,7 @@ const filterable = require("@lerna/filter-options");
*/
exports.command = "exec [cmd] [args..]";

exports.describe = "Run an arbitrary command in each package";
exports.describe = "Execute an arbitrary command in each package";

exports.builder = yargs => {
yargs
Expand Down
2 changes: 1 addition & 1 deletion commands/exec/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna/exec",
"version": "3.10.1",
"description": "Run an arbitrary command in each package",
"description": "Execute an arbitrary command in each package",
"keywords": [
"lerna",
"command"
Expand Down

0 comments on commit 68a0685

Please sign in to comment.