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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b3d343e  Fixed doc mistake
b3d343e is described below

commit b3d343e337d090557d0ed3b3d4904f670e6c15fe
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 3 07:26:37 2021 +0200

    Fixed doc mistake
---
 .../src/main/docs/camel-restdsl-openapi-plugin.adoc                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
index 93627f2..090bb07 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
@@ -42,7 +42,7 @@ for example in a Spring Boot application:
 
 The plugin can then be executed via its prefix `camel-restdsl-openapi` as shown
 
-    $mvn camel-restdsl-openapi generate
+    $mvn camel-restdsl-openapi:generate
 
 == camel-restdsl-openapi:generate
 

Reply via email to