You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/13 05:25:30 UTC

[camel] branch main updated: Update camel-jbang.adoc (#9517)

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 cf0cc9a9243 Update camel-jbang.adoc (#9517)
cf0cc9a9243 is described below

commit cf0cc9a92433bccff3edaf94652ab284b229f9cb
Author: Chirag <ch...@gmail.com>
AuthorDate: Mon Mar 13 01:25:24 2023 -0400

    Update camel-jbang.adoc (#9517)
    
    running camel thru jbang requires command to be specified at the end.
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 4274f0db7c5..6918a34e83c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -539,7 +539,7 @@ You can specify which Camel version to run as shown:
 
 [source,bash]
 ----
-jbang run -Dcamel.jbang.version=3.18.4 camel@apache/camel [command]
+jbang -Dcamel.jbang.version=3.18.4 camel@apache/camel [command]
 ----
 
 NOTE: Older versions of Camel may not work as well with Camel JBang as the newest versions.
@@ -560,7 +560,7 @@ You can also try bleeding edge development by using SNAPSHOT such as:
 
 [source,bash]
 ----
-jbang run --fresh -Dcamel.jbang.version=3.21.0-SNAPSHOT camel@apache/camel [command]
+jbang --fresh -Dcamel.jbang.version=3.21.0-SNAPSHOT camel@apache/camel [command]
 ----
 
 === Running Camel K integrations or bindings