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-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 180fa14 CAMEL-23617: Add message size example
180fa14 is described below
commit 180fa146d2aa1f1123a5fa3fc5aa3371ef85b798
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 26 22:11:47 2026 +0200
CAMEL-23617: Add message size example
---
message-size/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/message-size/README.md b/message-size/README.md
index 5332bdf..49a3bdf 100644
--- a/message-size/README.md
+++ b/message-size/README.md
@@ -31,7 +31,7 @@ $ camel get endpoint --verbose
To sort endpoints by body size (largest first):
```sh
-$ camel get endpoint --sort -size
+$ camel get endpoint --sort=-size
```
### How it works