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 be3f8fa Update camel-jbang.adoc
be3f8fa is described below
commit be3f8fa85e9d9d2927a00a19b7e33056d1b6d429
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 11 13:34:15 2022 +0100
Update camel-jbang.adoc
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index e380d51..4a58944 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -44,7 +44,7 @@ You can specify which Camel version to run as shown:
[source,bash]
----
-jbang -Dcamel.jbang.version=3.14.0 camel@apache/camel [command]
+jbang run -Dcamel.jbang.version=3.14.0 camel@apache/camel [command]
----
== Running Routes