Skip to content

Commit 79d0140

Browse files
committed
fixed bugs in meow help
1 parent 1d14e51 commit 79d0140

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cli.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const cli = meow(`
1717
--yarn Use Yarn
1818
1919
Examples
20-
$ create-express-app
21-
$ create-express-app my-app
22-
$ create-express-app my-app -d
23-
$ create-express-app my-app --template=TypeScript-Inversify-TypeORM -y
24-
$ create-express-app my-app --template=tsti -y
20+
$ create-express-template
21+
$ create-express-template my-app
22+
$ create-express-template my-app -d
23+
$ create-express-template my-app --template=TypeScript-Inversify-TypeORM -y
24+
$ create-express-template my-app --template=tsti -y
2525
`, {
2626
flags: {
2727
template: {

0 commit comments

Comments
 (0)