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 5c3045ea645d Update cli-debug.adoc
5c3045ea645d is described below
commit 5c3045ea645dff95f3ce8ad14def844fb713d350
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 26 10:52:42 2026 +0100
Update cli-debug.adoc
---
dsl/camel-cli-debug/src/main/docs/cli-debug.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
b/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
index 265d41de125d..8d6804d6c121 100644
--- a/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
+++ b/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
@@ -17,7 +17,7 @@ The camel-cli-debug enables Camel debugger for Camel CLI
(camel-jbang).
====
The camel-cli-debug is only for development purposes, it should **not** be
used for production.
-Do not use both `camel-debug` and `camel-cli-debug` JARs in the Camel
application classpath. Use only `camel-debug` JAR.
+Do not use both `camel-debug` and `camel-cli-debug` JARs in the Camel
application classpath. Use only `camel-cli-debug` JAR.
====
== Auto-detection from classpath
@@ -52,4 +52,4 @@ Where `<pid>` is the process id of the running Camel
integration. You can see th
2025-12-04T15:48:12.543+01:00 INFO 6667 --- [ main]
o.a.c.c.c.debug.CamelCliDebuggerFactory : Waiting for CLI to remote attach
(camel debug --remote-attach --name=6667)
----
-To connect the CLI to the Camel application that will then continue to start
and perform debugging from the CLI terminal.
\ No newline at end of file
+To connect the CLI to the Camel application that will then continue to start
and perform debugging from the CLI terminal.