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 21935740445 Fix Camel JBang documentation to have access to the list of available command (#7583) 21935740445 is described below commit 219357404456507e4268ae92478083919233676b Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue May 10 15:27:51 2022 +0200 Fix Camel JBang documentation to have access to the list of available command (#7583) --- 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 a16b2120446..ac277713a84 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -17,7 +17,7 @@ The Camel JBang supports multiple commands. Running the command below, will prin [source,bash] ---- -jbang camel@apache/camel [command] +jbang camel@apache/camel --help ---- TIP: The first time you run this command, it may cause dependencies to be cached, therefore taking a few extra seconds to run.