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

jpoth 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 4e5052ab0d3 CAMEL-21463: camel-jbang doc update - background option is 
only supported with main runtime
4e5052ab0d3 is described below

commit 4e5052ab0d3ed05b6b1909f6cb9b047abca52c28
Author: John Poth <[email protected]>
AuthorDate: Wed Feb 5 15:30:06 2025 +0100

    CAMEL-21463: camel-jbang doc update - background option is only supported 
with main runtime
---
 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 fc391dcb9c9..f54a3abccf3 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -1773,7 +1773,7 @@ NOTE: Only Camel Main is supported to run in background
 
 [source,bash]
 ----
-$ camel run chuck.yaml --background
+$ camel run chuck.yaml --background --runtime=main
 Running Camel integration: chuck in background with PID: 80093
 
 $ camel ps

Reply via email to