Skip to content

Commit 411256d

Browse files
committed
[skip ci] fix: correct create web-plugin command
1 parent 5702f6c commit 411256d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-doc/src/en/ref/Command Line/help.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Application generation commands are:
107107
* create-webapp NAME
108108
* create-restapi NAME
109109
* create-plugin NAME
110-
* create-webplugin NAME
110+
* create-web-plugin NAME
111111
112112
Options:
113113
-h, --help Show this help message and exit.

grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"* @|bold create-webapp|@ @|yellow NAME|@",
4141
"* @|bold create-restapi|@ @|yellow NAME|@",
4242
"* @|bold create-plugin|@ @|yellow NAME|@",
43-
"* @|bold create-webplugin|@ @|yellow NAME|@"
43+
"* @|bold create-web-plugin|@ @|yellow NAME|@"
4444
},
4545
synopsisHeading = "@|bold,underline Usage:|@ ",
4646
optionListHeading = "%n@|bold,underline Options:|@%n",

0 commit comments

Comments
 (0)