This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 411256ddc7 [skip ci] fix: correct create web-plugin command
411256ddc7 is described below

commit 411256ddc7c342890988e6d5cffab793aacab9dd
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jul 9 08:30:58 2025 -0400

    [skip ci] fix: correct create web-plugin command
---
 grails-doc/src/en/ref/Command Line/help.adoc                            | 2 +-
 .../src/main/java/org/grails/forge/cli/Application.java                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/grails-doc/src/en/ref/Command Line/help.adoc 
b/grails-doc/src/en/ref/Command Line/help.adoc
index 5deaffebc2..678034cbda 100644
--- a/grails-doc/src/en/ref/Command Line/help.adoc      
+++ b/grails-doc/src/en/ref/Command Line/help.adoc      
@@ -107,7 +107,7 @@ Application generation commands are:
 *  create-webapp NAME
 *  create-restapi NAME
 *  create-plugin NAME
-*  create-webplugin NAME
+*  create-web-plugin NAME
 
 Options:
   -h, --help         Show this help message and exit.
diff --git 
a/grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/Application.java
 
b/grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/Application.java
index d2222b6767..f0c23b9a02 100644
--- 
a/grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/Application.java
+++ 
b/grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/Application.java
@@ -40,7 +40,7 @@ import java.util.function.BiFunction;
         "*  @|bold create-webapp|@ @|yellow NAME|@",
         "*  @|bold create-restapi|@ @|yellow NAME|@",
         "*  @|bold create-plugin|@ @|yellow NAME|@",
-        "*  @|bold create-webplugin|@ @|yellow NAME|@"
+        "*  @|bold create-web-plugin|@ @|yellow NAME|@"
 },
         synopsisHeading = "@|bold,underline Usage:|@ ",
         optionListHeading = "%n@|bold,underline Options:|@%n",

Reply via email to