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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new fc4f115 Update README.adoc fc4f115 is described below commit fc4f115458abb107201cea8a710f70105727da51 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 26 20:03:26 2023 +0200 Update README.adoc --- jbang/circuit-breaker/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jbang/circuit-breaker/README.adoc b/jbang/circuit-breaker/README.adoc index 4399b67..b7da4e6 100644 --- a/jbang/circuit-breaker/README.adoc +++ b/jbang/circuit-breaker/README.adoc @@ -47,12 +47,12 @@ While the Camel integration is running, then from another terminal type: $ camel get circuit-breaker ---- -Which then output the state of the circuit breaker. You can run this command with `watch` and see +Which then output the state of the circuit breaker. You can run this command with `--watch` and see how the state of the circuit breaker changes from closed to open due to many failures. [source,sh] ---- -$ watch camel get circuit-breaker +$ camel get circuit-breaker --watch ----