This is an automated email from the ASF dual-hosted git repository.
fmariani 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 ee1e23d52fd Update camel run properties description
ee1e23d52fd is described below
commit ee1e23d52fd3cadd8e50b63c3e5a5913f869f820
Author: Croway <[email protected]>
AuthorDate: Thu Sep 14 14:08:05 2023 +0200
Update camel run properties description
---
.../src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
index 44e39f5de38..82030f8c798 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
@@ -202,7 +202,8 @@ public class Run extends CamelCommand {
boolean trace;
@Option(names = { "--properties" },
- description = "Load properties file for route placeholders (ex.
/path/to/file.properties")
+ description = "comma separated list of properties file" +
+ " (ex. /path/to/file.properties,/path/to/other.properties")
String propertiesFiles;
@Option(names = { "-p", "--prop", "--property" }, description =
"Additional properties (override existing)", arity = "0")