Skip to content

Commit 95ec211

Browse files
committed
docs(cli): Update Usage
1 parent a0b7b2a commit 95ec211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const cli = meow(`
1212
Options
1313
--help Show help
1414
--yarn Use yarn for installing
15-
--yes Pass --yes all for install process
15+
--yes Pass --yes all for initializing process
1616
1717
Examples
1818
$ create-textlint-rule awesome-rule

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"name": "create-textlint-rule",
1212
"version": "1.1.0",
13-
"description": "Create textlint rule with no configuration",
13+
"description": "Create textlint rule project with no configuration.",
1414
"main": "lib/create-textlint-rule.js",
1515
"bin": {
1616
"create-textlint-rule": "bin/cmd.js"

0 commit comments

Comments
 (0)