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/08/28 07:36:33 UTC

[camel-kamelets-examples] branch main updated: Update command

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 815d4aa  Update command
815d4aa is described below

commit 815d4aa0d343399e745ab93f7aff7eb466388597
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 28 09:36:22 2023 +0200

    Update command
---
 jbang/xml-to-yaml/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/xml-to-yaml/README.adoc b/jbang/xml-to-yaml/README.adoc
index 976d9ea..d001d5a 100644
--- a/jbang/xml-to-yaml/README.adoc
+++ b/jbang/xml-to-yaml/README.adoc
@@ -44,7 +44,7 @@ This can also be done explicit from CLI, by executing:
 
 [source,sh]
 ----
-$ camel transform * --format=yaml --directory=my-dump
+$ camel transform * --format=yaml --output=my-dump
 ----
 
 This will transform the Camel XML DSL into YAML and store the output in the my-dump directory.